Commit 8d2af8e3 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

kernel32: Fix typo in UTUnRegister.

parent 45ba200f
......@@ -304,7 +304,7 @@ VOID WINAPI UTUnRegister( HMODULE hModule )
RtlAcquirePebLock();
ut = UTFind( hModule );
if ( !ut )
if ( ut )
{
hModule16 = ut->hModule16;
UTFree( ut );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment