diff options
-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 1c41bf7..234a895 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -327,7 +327,7 @@ H5G_stat_t statbuf; super = H5Tget_super(type); print_datatype(super); printf(" {\n"); - // print_enum(type); + /* print_enum(type);*/ indentation (indent + 3); printf("}\n"); break; |