summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index 5b4f440..01a2690 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -11,7 +11,7 @@ static int unamedtype = 0; /* shared data type with no name */
static int prefix_len = 1024;
static char *prefix;
static table_t *group_table = NULL, *dset_table = NULL, *type_table = NULL;
-static dump_header *dump_header_format;
+static const dump_header *dump_header_format;
static void dump_group (hid_t , const char* );