]> granicus.if.org Git - mutt/commitdiff
Backed out changeset bf84f24e512d
authorMichael Elkins <me@sigpipe.org>
Thu, 3 Jan 2013 16:03:49 +0000 (08:03 -0800)
committerMichael Elkins <me@sigpipe.org>
Thu, 3 Jan 2013 16:03:49 +0000 (08:03 -0800)
main.c

diff --git a/main.c b/main.c
index ce2e68e32cf657d6fb8a753e39e9cebb378bb8bc..1c3d0b763ea62d14387c4822702710550f5c9fa7 100644 (file)
--- 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