Bug 86999 - Hebrew support for Universal (All) Autodetect

fixing debug output typo
patch by shoosh20012001@hotmail.com r=smontagu sr=roc a=asa
This commit is contained in:
timeless%mozdev.org 2005-08-09 19:43:46 +00:00
parent ae8aea147c
commit 82a99c962e

View File

@ -189,6 +189,6 @@ nsProbingState nsHebrewProber::GetState(void)
#ifdef DEBUG_chardet #ifdef DEBUG_chardet
void nsHebrewProber::DumpStatus() void nsHebrewProber::DumpStatus()
{ {
printf(" HEB: %d - %d [Logical-Visusal score]\r\n", mFinalCharLogicalScore, mFinalCharVisualScore); printf(" HEB: %d - %d [Logical-Visual score]\r\n", mFinalCharLogicalScore, mFinalCharVisualScore);
} }
#endif #endif