Skip to content

Commit d2dd95c

Browse files
iamsergiothiagomacieira
authored andcommitted
Fix compilation error in the documentation
1 parent 878eb01 commit d2dd95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cborencoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* \code
6666
* uint8_t buf[16];
6767
* CborEncoder encoder;
68-
* cbor_encoder_init(&encoder, &buf, sizeof(buf), 0);
68+
* cbor_encoder_init(&encoder, buf, sizeof(buf), 0);
6969
* cbor_encode_int(&encoder, some_value);
7070
* \endcode
7171
*

0 commit comments

Comments
 (0)