mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 12:03:45 +00:00
Bugfix: Added missing 'return' statement.
This commit is contained in:
parent
9270a10926
commit
f00830086d
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ HGLOBAL16 WINAPI NE_DefResourceHandler( HGLOBAL16 hMemObj, HMODULE16 hModule,
|
||||||
pModule->hRsrcMap + (pNameInfo->offset << sizeShift),
|
pModule->hRsrcMap + (pNameInfo->offset << sizeShift),
|
||||||
pNameInfo->length << sizeShift );
|
pNameInfo->length << sizeShift );
|
||||||
}
|
}
|
||||||
|
return handle;
|
||||||
}
|
}
|
||||||
if (pModule && (fd = NE_OpenFile( pModule )) >= 0)
|
if (pModule && (fd = NE_OpenFile( pModule )) >= 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue