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

This commit is contained in:
Robert Edmonds 2017-02-25 17:21:01 -05:00
parent c48d932003
commit 9aa47285b0

View File

@ -286,7 +286,7 @@ typedef enum {
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.
*/
PROTOBUF_C_LABEL_NONE,