summaryrefslogtreecommitdiff
path: root/src/upb_textprinter.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:45:14 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:45:14 -0700
commitea2a80840e08887e6e5ea59bce1f56a3c69bd38c (patch)
tree194dc77059e505b2b6e5cc97b7cce488064d60dd /src/upb_textprinter.c
parent1782f28c866b3fc0534fba69e0802c24414bdaaa (diff)
More renaming.
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