diff options
-rw-r--r-- | tools/h5dump/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 2e82fa4..0b4b49e 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -2715,7 +2715,7 @@ main(int argc, const char *argv[]) info.dset_table = dset_table; info.status = d_status; - If (doxml) { + if (doxml) { /* initialize XML */ thefile = fid; |