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
commit 6aefa45056
1 changed files with 1 additions and 1 deletions

2
test.c
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;