Ignore:
Timestamp:
Feb 19, 2003, 1:18:06 PM (23 years ago)
Author:
sandervl
Message:

bugfix

File:
1 edited

Legend:

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

    r9824 r9827  
    1 /* $Id: exceptions.cpp,v 1.67 2003-02-18 18:48:53 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.68 2003-02-19 12:18:06 sandervl Exp $ */
    22
    33/*
     
    12431243        }
    12441244        BOOL ret = map->commitPage(offset, fWriteAccess);
    1245         map->Release();
     1245        map->Release()
    12461246        if(ret == TRUE);
    12471247            goto continueexecution;
Note: See TracChangeset for help on using the changeset viewer.