Skip to content
Snippets Groups Projects
Commit f0083008 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard
Browse files

Bugfix: Added missing 'return' statement.

parent 9270a109
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment