From 0606476cb66fef89bc6ff6efa08becba6da84c89 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Mon, 5 Sep 2011 18:54:08 -0700 Subject: Fix typo in handler.h Signed-off-by: Wink Saville --- upb/handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/handlers.h') 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; // } -- cgit v1.2.3