소스 검색

Merge pull request #79 from gatzka/fix/test

Make print_preallocated static.
Max Bruckner 8 년 전
부모
커밋
6aefa45056
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;