From 3cd2537c605baf36d288c0917a453f1fcf03d794 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 24 Apr 2001 13:45:03 -0500 Subject: [svn-r3841] Purpose: Oops Description: An "if" was capilalized for some reason. Solution: Changed it from If to if. Platforms tested: Linux --- tools/h5dump/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12