mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Merge pull request #79 from gatzka/fix/test
Make print_preallocated static.
This commit is contained in:
commit
6aefa45056
2
test.c
2
test.c
@ -86,7 +86,7 @@ struct record
|
|||||||
|
|
||||||
|
|
||||||
/* Create a bunch of objects as demonstration. */
|
/* Create a bunch of objects as demonstration. */
|
||||||
int print_preallocated(cJSON *root)
|
static int print_preallocated(cJSON *root)
|
||||||
{
|
{
|
||||||
/* declarations */
|
/* declarations */
|
||||||
char *out = NULL;
|
char *out = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user