summaryrefslogtreecommitdiffstats
path: root/test/page_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/page_buffer.c')
-rw-r--r--test/page_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/page_buffer.c b/test/page_buffer.c
index b15aff5..16fcfd5 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -56,7 +56,7 @@ static unsigned create_file(char *filename, hid_t fcpl, hid_t fapl);
static unsigned open_file(char *filename, hid_t fapl, hsize_t page_size, size_t page_buffer_size);
#endif /* H5_HAVE_PARALLEL */
-const char *FILENAME[] = {"filepaged", NULL};
+static const char *FILENAME[] = {"filepaged", NULL};
#ifndef H5_HAVE_PARALLEL