Ignore:
Timestamp:
Feb 19, 2001, 6:42:57 AM (25 years ago)
Author:
bird
Message:

Corrected return value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/lib/libDosAllocMemEx.c

    r4787 r5177  
    1 /* $Id: libDosAllocMemEx.c,v 1.5 2000-12-11 06:53:53 bird Exp $
     1/* $Id: libDosAllocMemEx.c,v 1.6 2001-02-19 05:42:57 bird Exp $
    22 *
    33 * DosAllocMemEx - Extened Edition of DosAllocMem.
     
    5858        if (rc == NO_ERROR)
    5959        {
    60             ppv = Param.pv;
     60            *ppv = Param.pv;
    6161            rc = Param.rc;
    6262        }
Note: See TracChangeset for help on using the changeset viewer.