riched20: Remove duplicated condition.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1da27c10b8
commit
7cb3b72559
|
@ -1976,7 +1976,7 @@ static HRESULT range_Collapse(LONG bStart, LONG *start, LONG *end)
|
|||
if (*end == *start)
|
||||
return S_FALSE;
|
||||
|
||||
if (bStart == tomEnd || bStart == tomFalse)
|
||||
if (bStart == tomEnd)
|
||||
*start = *end;
|
||||
else
|
||||
*end = *start;
|
||||
|
|
Loading…
Reference in New Issue