mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
Fix my Engrish :)
svn path=/branches/ntvdm/; revision=61240
This commit is contained in:
parent
9b2dbb0b62
commit
5a126500d4
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ static BOOLEAN KeyboardQueuePop(BYTE *ScanCode)
|
||||||
WaitForSingleObject(QueueMutex, INFINITE);
|
WaitForSingleObject(QueueMutex, INFINITE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recheck whether keyboard queue is not empty (it may
|
* Recheck whether keyboard queue is not empty (it
|
||||||
* have been changed after having grabbed the mutex).
|
* may have changed after having grabbed the mutex).
|
||||||
*/
|
*/
|
||||||
if (KeyboardQueueEmpty)
|
if (KeyboardQueueEmpty)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue