From 1ae0ec9a8279264f551c61116a5748d562c785a5 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 24 Oct 2022 06:25:21 +0200 Subject: [PATCH] Restore comment Signed-off-by: Stefan Weil --- src/ccmain/thresholder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccmain/thresholder.cpp b/src/ccmain/thresholder.cpp index 5c67faa7..eae0eab4 100644 --- a/src/ccmain/thresholder.cpp +++ b/src/ccmain/thresholder.cpp @@ -359,7 +359,7 @@ Image ImageThresholder::GetPixRect() { } } -// Get a clone/copy of the source image rectangle,; reduced to greyscale, +// Get a clone/copy of the source image rectangle, reduced to greyscale, // and at the same resolution as the output binary. // The returned Pix must be pixDestroyed. // Provided to the classifier to extract features from the greyscale image.