mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r3841] Purpose:
Oops Description: An "if" was capilalized for some reason. Solution: Changed it from If to if. Platforms tested: Linux
This commit is contained in:
parent
ce4408e074
commit
3cd2537c60
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user