doc: Fix a typo

This commit is contained in:
Petri Lehtinen 2016-02-25 07:29:28 +02:00
parent ac97e0bf79
commit cfd817895a

View File

@ -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);