Ignore:
Timestamp:
Feb 21, 2003, 9:50:26 AM (23 years ago)
Author:
sandervl
Message:

compile fix

File:
1 edited

Legend:

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

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