Merge pull request #2 from winksaville/fix-typo-handler.h

Fix typo in handler.h
pull/13171/head
Joshua Haberman 13 years ago
commit aca8cef29b
  1. 2
      upb/handlers.h

@ -75,7 +75,7 @@ extern "C" {
// return UPB_CONTINUE_WITH(closure); // 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. // // Called when a sequence ends.
// return UPB_CONTINUE; // return UPB_CONTINUE;
// } // }

Loading…
Cancel
Save