summaryrefslogtreecommitdiffstats
path: root/test/efc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/efc.c')
-rw-r--r--test/efc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/efc.c b/test/efc.c
index c29cddb..1033469 100644
--- a/test/efc.c
+++ b/test/efc.c
@@ -22,7 +22,7 @@
#include "H5Iprivate.h"
#include "H5Pprivate.h" /* Property lists */
-const char *FILENAME[] = {"efc0", "efc1", "efc2", "efc3", "efc4", "efc5", NULL};
+static const char *FILENAME[] = {"efc0", "efc1", "efc2", "efc3", "efc4", "efc5", NULL};
/* Windows doesn't have PATH_MAX */
#ifndef PATH_MAX