diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:44:06 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:44:06 +0000 |
commit | aaf12c25312c49620777a232e8f770357450a603 (patch) | |
tree | c2b7929e6202c76af3c55773f50e797ee84ece50 | |
parent | 5ec9cc64a450140bdaf6164102833e324ecc655c (diff) | |
download | qemu-aaf12c25312c49620777a232e8f770357450a603.tar.gz qemu-aaf12c25312c49620777a232e8f770357450a603.tar.bz2 qemu-aaf12c25312c49620777a232e8f770357450a603.zip |
Revert 'Fix build'
Partially revert 80a1ab598c6960e7a941e38c5d8638c532c585c3.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
-rw-r--r-- | curses.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ static void curses_refresh(DisplayState *ds) } } -static void curses_atexit(Notifier *notifier) +static void curses_atexit(void) { endwin(); } |