misc fixes

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@952 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
theraysmith@gmail.com 2014-01-09 17:40:32 +00:00
parent d516880676
commit 2622cbd80e

View File

@ -399,7 +399,7 @@ inT16 check_seam_order(TBLOB *blob, SEAM *seam) {
TESSLINE *last_outline; TESSLINE *last_outline;
inT8 found_em[3]; inT8 found_em[3];
if (seam->split1 == NULL || seam->split1 == NULL || blob == NULL) if (seam->split1 == NULL || blob == NULL)
return (TRUE); return (TRUE);
found_em[0] = found_em[1] = found_em[2] = FALSE; found_em[0] = found_em[1] = found_em[2] = FALSE;