last tweak needed to get entities right again

git-svn-id: svn://10.0.0.236/trunk@15099 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1998-11-21 03:57:03 +00:00
parent ce366ccfba
commit 1fb036086d
2 changed files with 2 additions and 2 deletions

View File

@@ -1234,8 +1234,8 @@ PRInt32 CEntityToken::TranslateToUnicodeStr(nsString& aString) {
#endif
aString.Append(PRUnichar(value));
}
return value;
}//if
return value;
}//if
char cbuf[30];