Changeset 1313

Show
Ignore:
Timestamp:
06/28/09 04:17:41 (9 months ago)
Author:
tsnorri
Message:

Fixed a syntax error even though the compiler didn't care

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Sources/PGTSConnectionMonitor.m

    r1251 r1313  
    122122                case kIOMessageSystemHasPoweredOn: 
    123123                { 
    124                         PGTS_BEGIN_WAKE_PREPARATION () 
     124                        PGTS_BEGIN_WAKE_PREPARATION (); 
    125125                        NSString* note = kPGTSConnectionMonitorAwakeNotification; 
    126126                        [[NSNotificationCenter defaultCenter] postNotificationName: note object: monitor]; 
    127                         PGTS_END_WAKE_PREPARATION () 
     127                        PGTS_END_WAKE_PREPARATION (); 
    128128                        break; 
    129129                }