mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
Fixed typo.
This commit is contained in:
parent
7c2f0fe45d
commit
3292030ada
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue