slight tweak

This commit is contained in:
Jim O'Regan 2015-05-14 14:43:48 +01:00
parent bded8f13d7
commit 020eb00912

View File

@ -144,7 +144,7 @@ class TessdataManager {
/** /**
* Opens the given data file and reads the offset table. * Opens the given data file and reads the offset table.
* Returns true on success. * @return true on success.
*/ */
bool Init(const char *data_file_name, int debug_level); bool Init(const char *data_file_name, int debug_level);