Commit 3292030a authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Fixed typo.

parent 7c2f0fe4
......@@ -874,7 +874,7 @@ HINSTANCE16 WINAPI LoadModule16( LPCSTR name, LPVOID paramBlock )
{
/* Main case: load first instance of NE module */
if ( (hInstance = NE_LoadModule( name, FALSE )) < 32 );
if ( (hInstance = NE_LoadModule( name, FALSE )) < 32 )
return hInstance;
if ( !(pModule = NE_GetPtr( hInstance )) )
......
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