diff --git a/dlls/riched20/richole.c b/dlls/riched20/richole.c index 1013e6792c6df603cb28f14fb4880d37cf8cc01b..a2f23c91af9c7663fda05f131d2adeac544a6a78 100644 --- a/dlls/riched20/richole.c +++ b/dlls/riched20/richole.c @@ -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;