diff options
-rw-r--r-- | tools/h5dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 359be5e..8d01d45 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; |