Skip to content

Commit

Permalink
old_utils_tests: Remove leftover unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB committed May 9, 2017
1 parent 186cce3 commit b537ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/old_utils_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "../cJSON_Utils.h"

/* JSON Apply Merge tests: */
const char *merges[15][3] =
static const char *merges[15][3] =
{
{"{\"a\":\"b\"}", "{\"a\":\"c\"}", "{\"a\":\"c\"}"},
{"{\"a\":\"b\"}", "{\"b\":\"c\"}", "{\"a\":\"b\",\"b\":\"c\"}"},
Expand Down

0 comments on commit b537ca7

Please sign in to comment.