Merge pull request #79 from gatzka/fix/test

Make print_preallocated static.
This commit is contained in:
Max Bruckner
2016-11-29 08:19:33 +07:00
committed by GitHub
+1 -1
View File
@@ -86,7 +86,7 @@ struct record
/* Create a bunch of objects as demonstration. */
int print_preallocated(cJSON *root)
static int print_preallocated(cJSON *root)
{
/* declarations */
char *out = NULL;