summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-11 17:04:16 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-11 17:04:16 (GMT)
commit6c9b3a99d4fe6a4b303890c32ed8c3f393acf746 (patch)
tree8a5f98b0cb45d9544c1ff71d56f3c671900c6023 /tools
parent531fda4d783d2021e485bdc07ab9e09841774f80 (diff)
downloadhdf5-6c9b3a99d4fe6a4b303890c32ed8c3f393acf746.zip
hdf5-6c9b3a99d4fe6a4b303890c32ed8c3f393acf746.tar.gz
hdf5-6c9b3a99d4fe6a4b303890c32ed8c3f393acf746.tar.bz2
[svn-r1330]
removed a // frm the code
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump.c2
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;