mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
reformatting: cJSON_GetErrorPtr
This commit is contained in:
parent
94df772485
commit
c42b774f9f
5
cJSON.c
5
cJSON.c
@ -34,7 +34,10 @@
|
|||||||
|
|
||||||
static const char *global_ep;
|
static const char *global_ep;
|
||||||
|
|
||||||
const char *cJSON_GetErrorPtr(void) {return global_ep;}
|
const char *cJSON_GetErrorPtr(void)
|
||||||
|
{
|
||||||
|
return global_ep;
|
||||||
|
}
|
||||||
|
|
||||||
static int cJSON_strcasecmp(const char *s1,const char *s2)
|
static int cJSON_strcasecmp(const char *s1,const char *s2)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user