Skip to content

Commit

Permalink
remove unneeded comment from commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jimregan committed May 13, 2015
1 parent d3252f9 commit a94943c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dict/dawg_cache.cpp
Expand Up @@ -61,7 +61,7 @@ Dawg *DawgLoader::Load() {
return NULL;
}
if (!data_loader.SeekToStart(tessdata_dawg_type_)) {
data_loader.End(); /// Must close the file
data_loader.End();
return NULL;
}
FILE *fp = data_loader.GetDataFilePtr();
Expand Down

0 comments on commit a94943c

Please sign in to comment.