summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index efbbf11..179bb74 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -433,9 +433,9 @@ H5G_stat_t statbuf;
case H5T_OPAQUE:
printf( "\n");
indentation (indent+COL);
- printf("H5T_OPAQUE\n");
+ printf("H5T_OPAQUE;\n");
indentation (indent+COL);
- printf("OPAQUE_TAG \"%s\"\n", H5Tget_tag(type));
+ printf("OPAQUE_TAG \"%s\";\n", H5Tget_tag(type));
indentation (indent);
break;