summaryrefslogtreecommitdiffstats
path: root/test/earray.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/earray.c')
-rw-r--r--test/earray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/earray.c b/test/earray.c
index 1f82058..5e0fdef 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -161,7 +161,7 @@ typedef struct earray_test_t {
/* Local prototypes */
/* Local variables */
-const char *FILENAME[] = {"earray", "earray_tmp", NULL};
+static const char *FILENAME[] = {"earray", "earray_tmp", NULL};
/* Filename to use for all tests */
char filename_g[EARRAY_FILENAME_LEN];