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 f288db9..c8e7fc5 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -280,7 +280,7 @@ H5G_stat_t statbuf;
indentation (indent+COL);
if (i >= 0) {
if (!type_table.objs[i].recorded) /* unamed data type */
- printf("\"#%lu:%lu\"\n", type_table.objs[i].objno[0],
+ printf("\"/#%lu:%lu\"\n", type_table.objs[i].objno[0],
type_table.objs[i].objno[1]);
else
printf("\"%s\"\n", type_table.objs[i].objname);