fix issue 764...

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@768 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
zdenop@gmail.com 2012-09-27 08:43:55 +00:00
parent fb91759cdc
commit ceff3288d7

View File

@ -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";