diff --git a/src/gmtool.c b/src/gmtool.c index 5929eea0b..fb55eae9a 100644 --- a/src/gmtool.c +++ b/src/gmtool.c @@ -1245,7 +1245,7 @@ void run_mapper(void) curs_set(1); set_readline(curses_readline); - + assert(stdscr); getbegyx(stdscr, x, y); width = getmaxx(stdscr); height = getmaxy(stdscr);