Bugfix: Added missing 'return' statement.

oldstable
Ulrich Weigand 1999-12-11 23:00:58 +00:00 committed by Alexandre Julliard
parent 9270a10926
commit f00830086d
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ HGLOBAL16 WINAPI NE_DefResourceHandler( HGLOBAL16 hMemObj, HMODULE16 hModule,
pModule->hRsrcMap + (pNameInfo->offset << sizeShift),
pNameInfo->length << sizeShift );
}
return handle;
}
if (pModule && (fd = NE_OpenFile( pModule )) >= 0)
{