diff --git a/src/text.cxx b/src/text.cxx index a9ca53c..4e89a5a 100644 --- a/src/text.cxx +++ b/src/text.cxx @@ -201,7 +201,7 @@ DrawText ( { if (isRightReading && numberSize == 0) { - const auto test = [](const char * text) -> bool { + const auto test = [] (const char * text) -> bool { return *text > ' ' && *text <= '~'; }; it = pText;