Commit 9aa47285 authored by Robert Edmonds's avatar Robert Edmonds

protobuf-c.h: Fix typo " " -> " "

parent c48d9320
...@@ -286,7 +286,7 @@ typedef enum { ...@@ -286,7 +286,7 @@ typedef enum {
PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_LABEL_REPEATED,
/** /**
* This field has no label. This is valid only in proto3 and is * This field has no label. This is valid only in proto3 and is
* equivalent to OPTIONAL but no "has" quantifier will be consulted. * equivalent to OPTIONAL but no "has" quantifier will be consulted.
*/ */
PROTOBUF_C_LABEL_NONE, PROTOBUF_C_LABEL_NONE,
......
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