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 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*/ |