Skip to content

Commit

Permalink
docs(README.md): match 4024e
Browse files Browse the repository at this point in the history
  • Loading branch information
lcsmuller committed Jan 31, 2022
1 parent de6400f commit 7e1e4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Download `json-build.h`, include it, done.

...
jsonb b;
char buf[1024] = { 0 };
char buf[1024];

jsonb_init(&b);
jsonb_push_object(&b, buf, sizeof(buf));
Expand Down

0 comments on commit 7e1e4ea

Please sign in to comment.