From c68a6387ddf2588e37908fdde67b8851d053a988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 20 Mar 2025 14:17:46 +0100 Subject: Fix a typo and thus FTBFS from the recent commit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tools/tqchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/tqchar.h') diff --git a/src/tools/tqchar.h b/src/tools/tqchar.h index 7f98e155c..3382cea35 100644 --- a/src/tools/tqchar.h +++ b/src/tools/tqchar.h @@ -262,7 +262,7 @@ inline TQChar::TQChar( short rc ) : ucs( (ushort) rc ) { } -inline TQChar::TQChar( uint rc ) : ucs( (ushort) ( rc ) +inline TQChar::TQChar( uint rc ) : ucs( (ushort) ( rc ) ) { } -- cgit v1.2.1