mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
kernel32: Fix typo in UTUnRegister.
This commit is contained in:
parent
45ba200f19
commit
8d2af8e3f3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue