summaryrefslogtreecommitdiffstats
path: root/tools/h5dump.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-09 18:38:09 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-03-09 18:38:09 (GMT)
commit3bec438149405e773100d769470fc945612fbe13 (patch)
treebe49ba2fddeebc223530b0735c66bb7c606b34fe /tools/h5dump.c
parent4328e85e8ea9a6dc01c413fd02b52ec9813cd62a (diff)
downloadhdf5-3bec438149405e773100d769470fc945612fbe13.zip
hdf5-3bec438149405e773100d769470fc945612fbe13.tar.gz
hdf5-3bec438149405e773100d769470fc945612fbe13.tar.bz2
[svn-r2014] fixed a typo
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r--tools/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c
index 6448397..c1d6b1d 100644
--- a/tools/h5dump.c
+++ b/tools/h5dump.c
@@ -149,7 +149,7 @@ static const dump_header xmlformat = {
"<BOOTBLOCK>", /*bootblockbegin*/
"</BOOTBLOCK>", /*bootblockend*/
"<GROUP>", /*groupbegin*/
- "</GROUP>", /*groupend*
+ "</GROUP>", /*groupend*/
"<DATASET>", /*datasetbegin*/
"</DATASET>", /*datasetend*/
"<ATTRIBUTE>", /*attributebegin*/