summaryrefslogtreecommitdiffstats
path: root/test/accum.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/accum.c')
-rw-r--r--test/accum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accum.c b/test/accum.c
index 816d9c0..e85586a 100644
--- a/test/accum.c
+++ b/test/accum.c
@@ -27,7 +27,7 @@
/* Filename */
/* (The file names are the same as the define in accum_swmr_reader.c) */
-const char *FILENAME[] = {"accum", "accum_swmr_big", NULL};
+static const char *FILENAME[] = {"accum", "accum_swmr_big", NULL};
/* The reader forked by test_swmr_write_big() */
#define SWMR_READER "accum_swmr_reader"