Ignore:
Timestamp:
Jul 18, 2002, 2:01:34 PM (23 years ago)
Author:
achimha
Message:

documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagelx.cpp

    r8883 r8887  
    1 /* $Id: winimagelx.cpp,v 1.16 2002-07-17 21:09:20 achimha Exp $ */
     1/* $Id: winimagelx.cpp,v 1.17 2002-07-18 12:01:34 achimha Exp $ */
    22
    33/*
     
    149149        dprintf(("ERROR: buildHeader DosAllocMem failed!! (rc=%x)", rc));
    150150        DebugInt3();
    151             return NULL;
     151        return NULL;
    152152    }
    153153    memcpy(header, dosHeader, sizeof(dosHeader));
Note: See TracChangeset for help on using the changeset viewer.