Michael Stefaniuc : d3drm: Remove leftover return statement (Smatch).
16 Apr
2012
16 Apr
'12
6:35 p.m.
Module: wine Branch: master Commit: 72d7ce28f051177b33e732909e56fda939334975 URL: http://source.winehq.org/git/wine.git/?a=commit;h=72d7ce28f051177b33e732909e... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Sun Apr 15 16:26:22 2012 +0200 d3drm: Remove leftover return statement (Smatch). --- dlls/d3drm/d3drm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/d3drm/d3drm.c b/dlls/d3drm/d3drm.c index 7d92858..3db6b9e 100644 --- a/dlls/d3drm/d3drm.c +++ b/dlls/d3drm/d3drm.c @@ -1452,8 +1452,6 @@ end: IDirectXFile_Release(pDXFile); return ret; - - return E_NOTIMPL; } static HRESULT WINAPI IDirect3DRM3Impl_Tick(IDirect3DRM3* iface, D3DVALUE tick)
4995
Age (days ago)
4995
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard