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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user