Small change.

This commit is contained in:
Juergen Schmied 1998-12-01 12:52:56 +00:00 committed by Alexandre Julliard
parent 50bb879dfb
commit a40e74255e
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ void QUEUE_Signal( HTASK16 hTask )
}
SYSTEM_UNLOCK();
if ( !wakeup )
/* if ( !wakeup )*/
PostEvent( hTask );
}