summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-09 18:42:53 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-09 18:42:53 (GMT)
commit01d728817b4a1feb05a957c2784feccabd99152c (patch)
treeccea8e42a905c7c4a8aa030b1e12ecc1601fc26d
parent3bec438149405e773100d769470fc945612fbe13 (diff)
downloadhdf5-01d728817b4a1feb05a957c2784feccabd99152c.zip
hdf5-01d728817b4a1feb05a957c2784feccabd99152c.tar.gz
hdf5-01d728817b4a1feb05a957c2784feccabd99152c.tar.bz2
[svn-r2015] changed the dataspacedescrition begin and end for the xml struct
-rw-r--r--tools/h5dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index c1d6b1d..298e427 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -186,8 +186,8 @@ static const dump_header xmlformat = {
"", /*enumblockbegin*/
"", /*enumblockend*/
- "{", /*dataspacedescriptionbegin*/
- "}", /*dataspacedescriptionend*/
+ "", /*dataspacedescriptionbegin*/
+ "", /*dataspacedescriptionend*/
"(", /*dataspacedimbegin*/
")", /*dataspacedimend*/