Fix typo in handler.h

Signed-off-by: Wink Saville <wink@saville.com>
pull/13171/head
Wink Saville 14 years ago
parent 2054853964
commit 0606476cb6
  1. 2
      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;
// }

Loading…
Cancel
Save