Forráskód Böngészése

Merge pull request #79 from gatzka/fix/test

Make print_preallocated static.
Max Bruckner 8 éve
szülő
commit
6aefa45056
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      test.c

+ 1 - 1
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;