Commit 7cb3b725 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

riched20: Remove duplicated condition.

parent 1da27c10
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment