summaryrefslogtreecommitdiffstats
path: root/test/freespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/freespace.c')
-rw-r--r--test/freespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/freespace.c b/test/freespace.c
index e163152..bd1737a 100644
--- a/test/freespace.c
+++ b/test/freespace.c
@@ -58,7 +58,7 @@
#define FSPACE_THRHD_DEF 1 /* Default: no alignment threshold */
#define FSPACE_ALIGN_DEF 1 /* Default: no alignment */
-const char *FILENAME[] = {"frspace", NULL};
+static const char *FILENAME[] = {"frspace", NULL};
typedef struct frspace_state_t {
hsize_t tot_space; /* Total amount of space tracked */