diff options
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r-- | tools/h5dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 62a1853..d5b546c 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -331,6 +331,7 @@ H5G_stat_t statbuf; print_datatype(super); printf(";"); print_enum(type); + printf("\n"); indentation (indent + 3); printf("}\n"); break; |