diff --git a/src/tig.c b/src/tig.c index b0d2357ea..988d41189 100644 --- a/src/tig.c +++ b/src/tig.c @@ -557,7 +557,7 @@ parse_options(int argc, const char *argv[], bool pager_mode) printf("tig version %s\n", TIG_VERSION); #ifdef NCURSES_VERSION printf("%s version %s.%d\n", -#ifdef NCURSES_WIDECHAR +#ifdef HAVE_NCURSESW_CURSES_H "ncursesw", #else "ncurses",