kernel32: Fix typo in UTUnRegister.
This commit is contained in:
parent
45ba200f19
commit
8d2af8e3f3
|
@ -304,7 +304,7 @@ VOID WINAPI UTUnRegister( HMODULE hModule )
|
|||
|
||||
RtlAcquirePebLock();
|
||||
ut = UTFind( hModule );
|
||||
if ( !ut )
|
||||
if ( ut )
|
||||
{
|
||||
hModule16 = ut->hModule16;
|
||||
UTFree( ut );
|
||||
|
|
Loading…
Reference in New Issue