mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Revert 'Fix build'
Partially revert 80a1ab598c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5ec9cc64a4
commit
aaf12c2531
1 changed files with 1 additions and 1 deletions
2
curses.c
2
curses.c
|
|
@ -294,7 +294,7 @@ static void curses_refresh(DisplayState *ds)
|
|||
}
|
||||
}
|
||||
|
||||
static void curses_atexit(Notifier *notifier)
|
||||
static void curses_atexit(void)
|
||||
{
|
||||
endwin();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue