Merge pull request #483 from AllenX2018/master

correct spelling mistake
This commit is contained in:
Corey Farrell 2019-07-22 04:19:26 -04:00 committed by GitHub
commit 813c3e2c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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