OS/2 TB breakage - true instead of PR_TRUE

This commit is contained in:
mkaply%us.ibm.com 2001-05-18 22:14:12 +00:00
Родитель c1f09c684d
Коммит 9b8f77adff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1873,7 +1873,7 @@ nsresult nsRange::SurroundContents(nsIDOMNode* aN)
ComparePoint(tAncestorContainer, i, &tResult);
if(tResult == 0)
{
tFound = true;
tFound = PR_TRUE;
break;
}
}