PR_FALSE people NOT false

git-svn-id: svn://10.0.0.236/trunk@129967 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-09-18 22:05:09 +00:00
parent cabc1632cc
commit 61fa910d14

View File

@@ -592,7 +592,7 @@ static PRBool
DetectByteOrderMark(const unsigned char* aBytes, PRInt32 aLen, nsString& oCharset)
{
if (aLen < 2)
return false;
return PR_FALSE;
switch(aBytes[0]) {
case 0xEF: