projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec9cc6
)
Revert 'Fix build'
author
Blue Swirl
<blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:44:06 +0000
(19:44 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:44:06 +0000
(19:44 +0000)
Partially revert
80a1ab598c6960e7a941e38c5d8638c532c585c3
.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
curses.c
patch
|
blob
|
history
diff --git
a/curses.c
b/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();
}