mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
fix a typo
svn path=/trunk/; revision=34435
This commit is contained in:
parent
613a10e37b
commit
b2b40553ac
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ ReferenceProviderByHandle(HANDLE Handle,
|
||||||
ProviderHandle = GetProviderByHandle(ProviderHandleTable,
|
ProviderHandle = GetProviderByHandle(ProviderHandleTable,
|
||||||
Handle);
|
Handle);
|
||||||
|
|
||||||
WS_DbgPrint(MID_TRACE, ("ProviderHanddle is %x\n", ProviderHandle));
|
WS_DbgPrint(MID_TRACE, ("ProviderHandle is %x\n", ProviderHandle));
|
||||||
|
|
||||||
LeaveCriticalSection(&ProviderHandleTableLock);
|
LeaveCriticalSection(&ProviderHandleTableLock);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue