Skip to content

Commit 7e1e4ea

Browse files
committed
docs(README.md): match 4024e
1 parent de6400f commit 7e1e4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Download `json-build.h`, include it, done.
2121

2222
...
2323
jsonb b;
24-
char buf[1024] = { 0 };
24+
char buf[1024];
2525

2626
jsonb_init(&b);
2727
jsonb_push_object(&b, buf, sizeof(buf));

0 commit comments

Comments
 (0)