From 2622cbd80e3f2f6189061cb1fbbcad6c01b1d117 Mon Sep 17 00:00:00 2001 From: "theraysmith@gmail.com" Date: Thu, 9 Jan 2014 17:40:32 +0000 Subject: [PATCH] misc fixes git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@952 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- wordrec/chopper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordrec/chopper.cpp b/wordrec/chopper.cpp index 624e79f74..e46777eb8 100644 --- a/wordrec/chopper.cpp +++ b/wordrec/chopper.cpp @@ -399,7 +399,7 @@ inT16 check_seam_order(TBLOB *blob, SEAM *seam) { TESSLINE *last_outline; inT8 found_em[3]; - if (seam->split1 == NULL || seam->split1 == NULL || blob == NULL) + if (seam->split1 == NULL || blob == NULL) return (TRUE); found_em[0] = found_em[1] = found_em[2] = FALSE;