Ignore:
Timestamp:
Jan 12, 2003, 11:49:24 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

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

    r236 r240  
    257257                              &cbFile,
    258258                              &pFile)))
    259             // file opened successfully:
    260259       )
    261260    {
     261        // file opened successfully:
    262262        pExec->pFile = pFile;
    263263        pExec->cbDosExeHeader = sizeof(DOSEXEHEADER);
     
    505505    } // end if (fLoadNewHeader)
    506506
    507     if (arc != NO_ERROR)
     507    if (arc)
    508508        // error: clean up
    509509        exehClose(&pExec);
Note: See TracChangeset for help on using the changeset viewer.