cJSON_CreateRaw: Format fixes

This commit is contained in:
Max Bruckner 2017-01-05 21:33:52 +01:00
parent 1df987a170
commit e3e0b5150b

View File

@ -2027,7 +2027,7 @@ extern cJSON *cJSON_CreateRaw(const char *raw)
if(!item->valuestring) if(!item->valuestring)
{ {
cJSON_Delete(item); cJSON_Delete(item);
return 0; return NULL;
} }
} }