Revert 'Fix build'

Partially revert 80a1ab598c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-03-21 19:44:06 +00:00
parent 5ec9cc64a4
commit aaf12c2531

View File

@ -294,7 +294,7 @@ static void curses_refresh(DisplayState *ds)
} }
} }
static void curses_atexit(Notifier *notifier) static void curses_atexit(void)
{ {
endwin(); endwin();
} }