diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-11 17:04:16 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-11 17:04:16 (GMT) |
commit | 6c9b3a99d4fe6a4b303890c32ed8c3f393acf746 (patch) | |
tree | 8a5f98b0cb45d9544c1ff71d56f3c671900c6023 /tools/h5dump.c | |
parent | 531fda4d783d2021e485bdc07ab9e09841774f80 (diff) | |
download | hdf5-6c9b3a99d4fe6a4b303890c32ed8c3f393acf746.zip hdf5-6c9b3a99d4fe6a4b303890c32ed8c3f393acf746.tar.gz hdf5-6c9b3a99d4fe6a4b303890c32ed8c3f393acf746.tar.bz2 |
[svn-r1330]
removed a // frm the code
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 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; |