doc: Fix a typo
This commit is contained in:
parent
ac97e0bf79
commit
cfd817895a
@ -1474,7 +1474,7 @@ Examples::
|
||||
/* returns -1 for failed validation */
|
||||
|
||||
/* root is an empty JSON object */
|
||||
int myint = 0, myint2 = 0;
|
||||
int myint = 0, myint2 = 0, myint3 = 0;
|
||||
json_unpack(root, "{s?i, s?[ii]}",
|
||||
"foo", &myint1,
|
||||
"bar", &myint2, &myint3);
|
||||
|
Loading…
Reference in New Issue
Block a user