diff --git a/test.c b/test.c index 9b91ed5..2b204ea 100644 --- a/test.c +++ b/test.c @@ -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;