[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:
Bill Wendling 2001-04-24 13:45:03 -05:00
parent ce4408e074
commit 3cd2537c60

View File

@ -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;