diff options
Diffstat (limited to 'pb_encode.h')
-rw-r--r-- | pb_encode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pb_encode.h b/pb_encode.h index 864a48b7..cec39138 100644 --- a/pb_encode.h +++ b/pb_encode.h @@ -69,4 +69,4 @@ bool pb_enc_bytes(pb_ostream_t *stream, const pb_field_t *field, const void *src bool pb_enc_string(pb_ostream_t *stream, const pb_field_t *field, const void *src); bool pb_enc_submessage(pb_ostream_t *stream, const pb_field_t *field, const void *src); -#endif
\ No newline at end of file +#endif |