Commit cbb27d53 authored by Robert Edmonds's avatar Robert Edmonds

ProtobufCFieldFlagType -> ProtobufCFieldFlag

this was inadvertently reverted when i was editing e9627054.
parent 58c9e066
......@@ -278,7 +278,7 @@ typedef enum {
/* Set if the field is marked with the 'deprecated' option. */
PROTOBUF_C_FIELD_FLAG_DEPRECATED = (1 << 1),
} ProtobufCFieldFlagType;
} ProtobufCFieldFlag;
/*
* ProtobufCMessageDescriptor: description of a message.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment