mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
fix issue 764...
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@768 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
fb91759cdc
commit
ceff3288d7
@ -85,9 +85,9 @@ int main(int argc, char **argv) {
|
||||
fprintf(stderr, "%s\n", string.string());
|
||||
}
|
||||
api.Clear();
|
||||
api.End();
|
||||
exit(0);
|
||||
}
|
||||
api.End();
|
||||
|
||||
// Make the order of args a bit more forgiving than it used to be.
|
||||
const char* lang = "eng";
|
||||
|
Loading…
Reference in New Issue
Block a user