kernel32: Fix typo in UTUnRegister.

oldstable
Rob Shearman 2008-02-29 11:12:10 +00:00 committed by Alexandre Julliard
parent 45ba200f19
commit 8d2af8e3f3
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ VOID WINAPI UTUnRegister( HMODULE hModule )
RtlAcquirePebLock();
ut = UTFind( hModule );
if ( !ut )
if ( ut )
{
hModule16 = ut->hModule16;
UTFree( ut );