提交 345d57e9 编写于 作者: S Stephan Gatzka

Make print_preallocated static.

Otherwise compilation failes due to missing prototypes.
上级 3da18a2d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册