Ignore:
Timestamp:
Aug 17, 1999, 7:04:52 PM (26 years ago)
Author:
sandervl
Message:

Compilation fixes

File:
1 edited

Legend:

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

    r529 r532  
    1 /* $Id: os2heap.cpp,v 1.7 1999-08-17 16:35:09 phaller Exp $ */
     1/* $Id: os2heap.cpp,v 1.8 1999-08-17 17:04:51 sandervl Exp $ */
    22
    33/*
     
    9191  {
    9292    hmutex->leave();
    93     delete hmutex;
     93    delete(hmutex);
    9494  }
    9595
Note: See TracChangeset for help on using the changeset viewer.