diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-24 18:45:03 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-24 18:45:03 (GMT) |
commit | 3cd2537c605baf36d288c0917a453f1fcf03d794 (patch) | |
tree | 278bcbc0243a58dbd95d62573db4ff4ff8b1b562 /tools/h5dump | |
parent | ce4408e0743c3c0149a113e0bdf7e30073cbb6c6 (diff) | |
download | hdf5-3cd2537c605baf36d288c0917a453f1fcf03d794.zip hdf5-3cd2537c605baf36d288c0917a453f1fcf03d794.tar.gz hdf5-3cd2537c605baf36d288c0917a453f1fcf03d794.tar.bz2 |
[svn-r3841] Purpose:
Oops
Description:
An "if" was capilalized for some reason.
Solution:
Changed it from If to if.
Platforms tested:
Linux
Diffstat (limited to 'tools/h5dump')
-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; |