mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Fix Sparse warnings: "Using plain integer as NULL pointer"
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
2e29bd0478
commit
660f11be54
20 changed files with 59 additions and 58 deletions
2
curses.c
2
curses.c
|
@ -158,7 +158,7 @@ static void curses_cursor_position(DisplayState *ds, int x, int y)
|
|||
|
||||
#include "curses_keys.h"
|
||||
|
||||
static kbd_layout_t *kbd_layout = 0;
|
||||
static kbd_layout_t *kbd_layout = NULL;
|
||||
static int keycode2keysym[CURSES_KEYS];
|
||||
|
||||
static void curses_refresh(DisplayState *ds)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue