mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
format fix
This commit is contained in:
4
cJSON.c
4
cJSON.c
@@ -920,7 +920,9 @@ static const char *parse_value(cJSON *item, const char *value, const char **ep)
|
|||||||
return parse_object(item, value, ep);
|
return parse_object(item, value, ep);
|
||||||
}
|
}
|
||||||
|
|
||||||
*ep=value;return 0; /* failure. */
|
/* failure. */
|
||||||
|
*ep = value;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Render a value to text. */
|
/* Render a value to text. */
|
||||||
|
Reference in New Issue
Block a user