Ignore:
Timestamp:
Apr 5, 2008, 10:23:07 AM (17 years ago)
Author:
Paul Smedley
Message:

Set SVN revision in uniaud.inc for 1.9.3 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.0/lib32/memory.cpp

    r269 r340  
    196196        *pAddr = (LINEAR)addr;
    197197        if (flags & VMDHA_USEHIGHMEM)
    198             dprintf((("allocated %X in HIGH memory"), size));
    199         else dprintf((("allocated %X in LOW memory"), size));
     198            dprintf((("allocated %X in HIGH memory\n"), size));
     199        else dprintf((("allocated %X in LOW memory\n"), size));
    200200    }
    201201    if ((rc == 87) &&
Note: See TracChangeset for help on using the changeset viewer.