Changeset 240 for trunk/src/helpers/exeh.c
- Timestamp:
- Jan 12, 2003, 11:49:24 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/exeh.c
r236 r240 257 257 &cbFile, 258 258 &pFile))) 259 // file opened successfully:260 259 ) 261 260 { 261 // file opened successfully: 262 262 pExec->pFile = pFile; 263 263 pExec->cbDosExeHeader = sizeof(DOSEXEHEADER); … … 505 505 } // end if (fLoadNewHeader) 506 506 507 if (arc != NO_ERROR)507 if (arc) 508 508 // error: clean up 509 509 exehClose(&pExec);
Note:
See TracChangeset
for help on using the changeset viewer.