diff --git a/xpfe/components/find/src/nsFindComponent.cpp b/xpfe/components/find/src/nsFindComponent.cpp index 5113aa7c701e..83d6968171f4 100644 --- a/xpfe/components/find/src/nsFindComponent.cpp +++ b/xpfe/components/find/src/nsFindComponent.cpp @@ -310,7 +310,7 @@ static PRInt32 FindInString(const nsString &searchStr, const nsString &patternSt while (t < searchEnd - 1 && nsString::IsSpace(*(t + 1))) t ++; - inWhitespace = false; + inWhitespace = PR_FALSE; } else inWhitespace = nsString::IsSpace(*p);