mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
fix typo (issue 908)
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@844 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
7e14ade10d
commit
e4c00773de
@ -462,7 +462,7 @@ BLOB_CHOICE_LIST_VECTOR *Wordrec::rebuild_current_state(
|
||||
BLOB_CHOICE_IT choice_it(current_choices);
|
||||
for (choice_it.mark_cycle_pt(); !choice_it.cycled_list() &&
|
||||
merged_choice->rating() > choice_it.data()->rating();
|
||||
choice_it.forward());
|
||||
choice_it.forward())
|
||||
choice_it.add_before_stay_put(merged_choice);
|
||||
}
|
||||
// Get rid of fragments in current_choices.
|
||||
|
Loading…
Reference in New Issue
Block a user