Skip to content

Commit

Permalink
Merge pull request #278 from stweil/format
Browse files Browse the repository at this point in the history
Fix order of arguments for tprintf
  • Loading branch information
zdenop committed Mar 17, 2016
2 parents 91046ac + f905108 commit 9279b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccmain/pagesegmain.cpp
Expand Up @@ -418,7 +418,7 @@ ColumnFinder* Tesseract::SetupPageSegAndDetectOrientation(
} else {
tprintf("OSD: Weak margin (%.2f) for %d blob text block, "
"but using orientation anyway: %d\n",
osd_blobs.length(), osd_margin, osd_orientation);
osd_margin, osd_blobs.length(), osd_orientation);
}
}
}
Expand Down

0 comments on commit 9279b16

Please sign in to comment.