summaryrefslogtreecommitdiffstats
path: root/test/swmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/swmr.c')
-rw-r--r--test/swmr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/swmr.c b/test/swmr.c
index 94110f4..4fdf8d0 100644
--- a/test/swmr.c
+++ b/test/swmr.c
@@ -48,10 +48,10 @@
#define H5O_TESTING
#include "H5Opkg.h" /* Object headers */
-const char *FILENAME[] = {"swmr0", /* 0 */
- "swmr1", /* 1 */
- "swmr2", /* 2 */
- NULL};
+static const char *FILENAME[] = {"swmr0", /* 0 */
+ "swmr1", /* 1 */
+ "swmr2", /* 2 */
+ NULL};
#define NAME_BUF_SIZE 1024 /* Length of file name */