mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 06:55:00 +00:00
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…
x
Reference in New Issue
Block a user