summaryrefslogtreecommitdiff
path: root/src/upb_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_stream.h')
-rw-r--r--src/upb_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_stream.h b/src/upb_stream.h
index fe66c63..229cf86 100644
--- a/src/upb_stream.h
+++ b/src/upb_stream.h
@@ -60,7 +60,7 @@ struct _upb_fielddef;
// continue or not.
typedef enum {
// Caller should continue sending values to the sink.
- UPB_CONTINUE,
+ UPB_CONTINUE = 0,
// Stop processing for now; check status for details. If no status was set,
// a generic error will be returned. If the error is resumable, it is not
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback