mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:46:06 +00:00
Fix really stupid typo (thanks Hartmut)
svn path=/trunk/; revision=19388
This commit is contained in:
parent
7619aa3f45
commit
81932981fe
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ExAcquireFastMutex(PFAST_MUTEX FastMutex)
|
||||||
FastMutex->Contention++;
|
FastMutex->Contention++;
|
||||||
KeWaitForSingleObject(&FastMutex->Gate,
|
KeWaitForSingleObject(&FastMutex->Gate,
|
||||||
WrExecutive,
|
WrExecutive,
|
||||||
WaitAny,
|
KernelMode,
|
||||||
FALSE,
|
FALSE,
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue