]> Git Repo - qemu.git/commitdiff
Revert 'Fix build'
authorBlue Swirl <[email protected]>
Sun, 21 Mar 2010 19:44:06 +0000 (19:44 +0000)
committerBlue Swirl <[email protected]>
Sun, 21 Mar 2010 19:44:06 +0000 (19:44 +0000)
Partially revert 80a1ab598c6960e7a941e38c5d8638c532c585c3.

Signed-off-by: Blue Swirl <[email protected]>
curses.c

index b78c4689cba28bb27340f76417ca614a5a426efd..ed3165e45e56efd4b28bb74d4d821a87a422470d 100644 (file)
--- 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();
 }
This page took 0.036131 seconds and 4 git commands to generate.