kernel32: Fix typo in UTUnRegister.

This commit is contained in:
Rob Shearman 2008-02-29 11:12:10 +00:00 committed by Alexandre Julliard
parent 45ba200f19
commit 8d2af8e3f3

View file

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