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:
zdenop@gmail.com 2013-05-16 20:42:02 +00:00
parent 7e14ade10d
commit e4c00773de

View File

@ -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.