diff options
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r-- | tools/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 4bb3bcd..f493e69 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -331,7 +331,7 @@ H5G_stat_t statbuf; print_enum(type); printf("\n"); indentation (indent + COL); - printf("}\n"); + printf("}"); break; default: printf( "unknown data type"); |