We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3252f9 commit a94943cCopy full SHA for a94943c
dict/dawg_cache.cpp
@@ -61,7 +61,7 @@ Dawg *DawgLoader::Load() {
61
return NULL;
62
}
63
if (!data_loader.SeekToStart(tessdata_dawg_type_)) {
64
- data_loader.End(); /// Must close the file
+ data_loader.End();
65
66
67
FILE *fp = data_loader.GetDataFilePtr();
0 commit comments