mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Merge pull request #277 from stweil/format
Add missing argument for tprintf
This commit is contained in:
commit
91046ac76b
@ -478,7 +478,8 @@ int Dict::def_letter_is_okay(void* void_dawg_args,
|
||||
dawg_args->permuter = curr_perm;
|
||||
}
|
||||
if (dawg_debug_level >= 2) {
|
||||
tprintf("Returning %d for permuter code for this character.\n");
|
||||
tprintf("Returning %d for permuter code for this character.\n",
|
||||
dawg_args->permuter);
|
||||
}
|
||||
return dawg_args->permuter;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user