aboutsummaryrefslogtreecommitdiffstats
path: root/curses.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:44:06 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:44:06 +0000
commitaaf12c25312c49620777a232e8f770357450a603 (patch)
treec2b7929e6202c76af3c55773f50e797ee84ece50 /curses.c
parent5ec9cc64a450140bdaf6164102833e324ecc655c (diff)
Revert 'Fix build'
Partially revert 80a1ab598c6960e7a941e38c5d8638c532c585c3. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'curses.c')
-rw-r--r--curses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses.c b/curses.c
index b78c4689c..ed3165e45 100644
--- a/curses.c
+++ b/curses.c
@@ -294,7 +294,7 @@ static void curses_refresh(DisplayState *ds)
}
}
-static void curses_atexit(Notifier *notifier)
+static void curses_atexit(void)
{
endwin();
}