Ignore:
Timestamp:
Dec 24, 2002, 8:44:35 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/prfh2.c

    r229 r238  
    109109    }
    110110
    111     return (ulrc);
     111    return ulrc;
    112112}
    113113
     
    129129    sprintf(szError2, "An error occured copying the profile %s: \n%s",
    130130            pcszINI, pszErrorString);
    131     return (prfhINIError(ulOptions, fLog, fncbError, szError2));
     131    return prfhINIError(ulOptions, fLog, fncbError, szError2);
    132132}
    133133
     
    638638
    639639    if (ulErrorOccured != MBID_IGNORE)
    640         return (999);
     640        return 999;
    641641    else
    642642        return NO_ERROR;
Note: See TracChangeset for help on using the changeset viewer.