Bug 217089 Compiler warnings

patch by mbockelkamp@web.de r=jst sr=jst


git-svn-id: svn://10.0.0.236/trunk@146729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-09-11 03:18:49 +00:00
parent 9b00c43b9e
commit da927140fb
4 changed files with 2 additions and 23 deletions

View File

@@ -1349,7 +1349,7 @@ nsresult nsScanner::ReadUntil(nsAString& aString,
current = origin;
PRUnichar theChar;
nsresult result=Peek(theChar);
Peek(theChar);
while (current != mEndPosition) {
if (aTerminalChar == theChar) {