mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
correct spelling mistake
This commit is contained in:
parent
b333f3656d
commit
c49fbc7082
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ static void encode_null()
|
|||
fail("json_dumps didn't fail for NULL");
|
||||
|
||||
if(json_dumpb(NULL, NULL, 0, JSON_ENCODE_ANY) != 0)
|
||||
fail("json_dumps didn't fail for NULL");
|
||||
fail("json_dumpb didn't fail for NULL");
|
||||
|
||||
if(json_dumpf(NULL, stderr, JSON_ENCODE_ANY) != -1)
|
||||
fail("json_dumpf didn't fail for NULL");
|
||||
|
|
Loading…
Add table
Reference in a new issue