summaryrefslogtreecommitdiff
path: root/upb.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb.h')
-rw-r--r--upb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/upb.h b/upb.h
index 445975b..b09a39c 100644
--- a/upb.h
+++ b/upb.h
@@ -25,7 +25,7 @@ enum upb_wire_type {
UPB_WIRE_TYPE_DELIMITED = 2,
UPB_WIRE_TYPE_START_GROUP = 3,
UPB_WIRE_TYPE_END_GROUP = 4,
- UPB_WIRE_TYPE_32BIT = 5,
+ UPB_WIRE_TYPE_32BIT = 5
};
typedef int8_t upb_wire_type_t;
@@ -94,7 +94,7 @@ typedef enum upb_status {
UPB_ERROR_UNKNOWN_VALUE = 2,
// A field was encoded with the wrong wire type.
- UPB_ERROR_MISMATCHED_TYPE = 3,
+ UPB_ERROR_MISMATCHED_TYPE = 3
} upb_status_t;
#ifdef __cplusplus
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback