From 0eb6bb8e6d34b39399cda8b768851a3218eb7e2c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 30 Mar 2025 00:51:34 +0100 Subject: Fixing a few more compiler warnings. --- test/terminal.fl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/terminal.fl') diff --git a/test/terminal.fl b/test/terminal.fl index b2c0d4d1f..3c9186b68 100644 --- a/test/terminal.fl +++ b/test/terminal.fl @@ -452,8 +452,7 @@ const char *test[] = { }; if (reset) { index = 0; return 0; } -return show_test(test, index);} {selected - } +return show_test(test, index);} {} } Function {test_esc_rgbcolors(bool reset)} { comment {--- 0020: Test RGB Colors} return_type {static int} @@ -1373,7 +1372,7 @@ for ( int t=0; t 0) G_tty->append(s, bytes); // write block to terminal, handles utf8 + else if (bytes > 0) G_tty->append(s, (int)bytes); // write block to terminal, handles utf8 else break; // pipe closed } PCLOSE(fp); G_tty->append_ascii("\\033[33;2m<>\\033[0m\\n"); -G_tty->redraw();} {} +G_tty->redraw();} {selected + } } decl {////// GUI LAYOUT //////} {private local } -- cgit v1.2.3