Fix typo in Json.c

This commit is contained in:
Jordan Bancino 2022-07-27 11:30:46 -04:00
parent bf0eb4543e
commit 90ed321caa

View file

@ -153,7 +153,7 @@ JsonValueInteger(long integer)
return value;
}
int64_t
long
JsonValueAsInteger(JsonValue * value)
{
if (!value || value->type != JSON_INTEGER)