mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
[misc] Fix variable type. Fixes warning.
This commit is contained in:
parent
346b77c94e
commit
65118b2e3a
@ -136,7 +136,7 @@ int Wordrec::angle_change(EDGEPT *point1, EDGEPT *point2, EDGEPT *point3) {
|
||||
EDGEPT *Wordrec::pick_close_point(EDGEPT *critical_point, EDGEPT *vertical_point, int *best_dist) {
|
||||
EDGEPT *best_point = nullptr;
|
||||
int this_distance;
|
||||
int found_better;
|
||||
bool found_better;
|
||||
|
||||
do {
|
||||
found_better = false;
|
||||
|
Loading…
Reference in New Issue
Block a user