msvfw32: Remove always false if subexpression (PVS-Studio).

oldstable
Michael Stefaniuc 2014-12-22 11:30:48 +01:00 committed by Alexandre Julliard
parent be90236fab
commit 036670810c
1 changed files with 1 additions and 1 deletions

View File

@ -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;