Changeset 2893 for trunk/kLdr/kLdrRdr.c


Ignore:
Timestamp:
Dec 22, 2006, 7:01:38 PM (19 years ago)
Author:
bird
Message:

made it compile again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrRdr.c

    r2861 r2893  
    105105int kLdrRdrOpen(PPKLDRRDR ppRdr, const char *pszFilename)
    106106{
    107     int             rc;
     107    int             rc = -1;
    108108    PCKLDRRDROPS    pCur;
    109109    for (pCur = g_pRdrHead; pCur; pCur = pCur->pNext)
Note: See TracChangeset for help on using the changeset viewer.