mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Fixed typo.
This commit is contained in:
parent
7c2f0fe45d
commit
3292030ada
@ -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 )) )
|
||||
|
Loading…
Reference in New Issue
Block a user