summaryrefslogtreecommitdiff
path: root/src/upb_textprinter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_textprinter.c')
-rw-r--r--src/upb_textprinter.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/upb_textprinter.c b/src/upb_textprinter.c
index bbf7919..ec76d56 100644
--- a/src/upb_textprinter.c
+++ b/src/upb_textprinter.c
@@ -192,7 +192,9 @@ upb_mhandlers *upb_textprinter_reghandlers(upb_handlers *h, upb_msgdef *m) {
NULL, // endmsg
upb_textprinter_value,
upb_textprinter_startsubmsg,
- upb_textprinter_endsubmsg
+ upb_textprinter_endsubmsg,
+ NULL, // startseq
+ NULL, // endseq
};
return upb_handlers_reghandlerset(h, m, &hset);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback