mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +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++;
|
||||
KeWaitForSingleObject(&FastMutex->Gate,
|
||||
WrExecutive,
|
||||
WaitAny,
|
||||
KernelMode,
|
||||
FALSE,
|
||||
NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue