forked from Telodendria/Telodendria
Fix typo in Json.c
This commit is contained in:
parent
bf0eb4543e
commit
90ed321caa
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ JsonValueInteger(long integer)
|
|||
return value;
|
||||
}
|
||||
|
||||
int64_t
|
||||
long
|
||||
JsonValueAsInteger(JsonValue * value)
|
||||
{
|
||||
if (!value || value->type != JSON_INTEGER)
|
||||
|
|
Loading…
Reference in a new issue