summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--upb/handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/handlers.h b/upb/handlers.h
index c127741..37fba97 100644
--- a/upb/handlers.h
+++ b/upb/handlers.h
@@ -75,7 +75,7 @@ extern "C" {
// return UPB_CONTINUE_WITH(closure);
// }
//
-// static upb_flow_t endeqvoid *closure, upb_value fval) {
+// static upb_flow_t endseq(void *closure, upb_value fval) {
// // Called when a sequence ends.
// return UPB_CONTINUE;
// }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback