mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 14:05:03 +00:00
fixed extra bracket
This commit is contained in:
parent
d115953347
commit
226b34d546
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ static int do_dump(const json_t *json, size_t flags, int depth,
|
|||
}
|
||||
assert(i == size);
|
||||
|
||||
qsort((keys, size, sizeof(const char *), compare_keys);
|
||||
qsort(keys, size, sizeof(const char *), compare_keys);
|
||||
|
||||
for(i = 0; i < size; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue