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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/upb_textprinter.c b/src/upb_textprinter.c
index 52be51e..2f3a6b5 100644
--- a/src/upb_textprinter.c
+++ b/src/upb_textprinter.c
@@ -191,7 +191,6 @@ void upb_textprinter_reghandlers(upb_handlers *h) {
NULL, // endmsg
upb_textprinter_value,
upb_textprinter_startsubmsg,
- upb_textprinter_endsubmsg,
- NULL // Unknown
+ upb_textprinter_endsubmsg
);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback