devenum: Use the return value of __wine_register_resources (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-01-14 11:11:21 +01:00 committed by Alexandre Julliard
parent a2a57791cd
commit d6829afe4b

View file

@ -95,6 +95,8 @@ HRESULT WINAPI DllRegisterServer(void)
TRACE("\n");
res = __wine_register_resources( DEVENUM_hInstance );
if (FAILED(res))
return res;
/*** ActiveMovieFilter Categories ***/