summaryrefslogtreecommitdiffstats
path: root/test/farray.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/farray.c')
-rw-r--r--test/farray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farray.c b/test/farray.c
index 0f522fb..5448865 100644
--- a/test/farray.c
+++ b/test/farray.c
@@ -95,7 +95,7 @@ struct farray_test_param_t {
};
/* Local variables */
-const char *FILENAME[] = {"farray", "farray_tmp", NULL};
+static const char *FILENAME[] = {"farray", "farray_tmp", NULL};
/* Filename to use for all tests */
char filename_g[FARRAY_FILENAME_LEN];