engine: library: fix missing return
This commit is contained in:
parent
894726d699
commit
21174dc9cf
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ void *COM_FunctionFromName_SR( void *hInstance, const char *pName )
|
|||
func = COM_GetPlatformNeutralName( pName );
|
||||
|
||||
if( func )
|
||||
COM_FunctionFromName( hInstance, func );
|
||||
return COM_FunctionFromName( hInstance, func );
|
||||
#endif
|
||||
|
||||
return COM_FunctionFromName( hInstance, pName );
|
||||
|
|
Loading…
Add table
Reference in a new issue