Ignore:
Timestamp:
Sep 2, 2007, 11:40:41 PM (18 years ago)
Author:
bird
Message:

error code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/kLdrModNative.c

    r3578 r3579  
    305305    pModNative = (PKLDRMODNATIVE)kHlpAlloc(cb);
    306306    if (!pModNative)
    307         return KLDR_ERR_NO_MEMORY;
     307        return KERR_NO_MEMORY;
    308308
    309309    /* KLDRMOD */
     
    766766        if (cchName)
    767767            pszName[cchName - 1] = '\0';
    768         rc = KLDR_ERR_BUFFER_OVERFLOW;
     768        rc = KERR_BUFFER_OVERFLOW;
    769769    }
    770770
Note: See TracChangeset for help on using the changeset viewer.