From 86c5f2c2b906bb8ae0311a77161c0ed4624d76bc Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 3 Jan 2013 08:03:49 -0800 Subject: [PATCH] Backed out changeset bf84f24e512d --- main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/main.c b/main.c index ce2e68e3..1c3d0b76 100644 --- a/main.c +++ b/main.c @@ -192,13 +192,7 @@ static void show_version (void) printf (" (%s)", uts.machine); #ifdef NCURSES_VERSION - printf ("\nncurses: %s (compiled with %s) %cNCURSES_WIDECHAR", curses_version(), NCURSES_VERSION, -#ifdef NCURSES_WIDECHAR - '+' -#else - '-' -#endif - ); + printf ("\nncurses: %s (compiled with %s)", curses_version(), NCURSES_VERSION); #elif defined(USE_SLANG_CURSES) printf ("\nslang: %d", SLANG_VERSION); #endif -- 2.40.0