msvfw32: Remove always false if subexpression (PVS-Studio).
This commit is contained in:
parent
be90236fab
commit
036670810c
|
@ -472,7 +472,7 @@ UINT VFWAPI DrawDibRealize(HDRAWDIB hdd, HDC hdc, BOOL fBackground)
|
|||
whdd = MSVIDEO_GetHddPtr(hdd);
|
||||
if (!whdd) return FALSE;
|
||||
|
||||
if (!whdd || !(whdd->begun))
|
||||
if (!whdd->begun)
|
||||
{
|
||||
ret = 0;
|
||||
goto out;
|
||||
|
|
Loading…
Reference in New Issue