mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
ae8aea147c
commit
82a99c962e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user