Skip to content

Commit

Permalink
Merge pull request #483 from AllenX2018/master
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
coreyfarrell committed Jul 22, 2019
2 parents b333f36 + c49fbc7 commit 813c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/api/test_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 813c3e2

Please sign in to comment.