From 660f11be541813be5f09fbaf44d8e7c6d5a5bbfe Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Fri, 31 Jul 2009 21:16:51 +0000 Subject: Fix Sparse warnings: "Using plain integer as NULL pointer" Signed-off-by: Blue Swirl --- sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdl.c') diff --git a/sdl.c b/sdl.c index 50a4a016d3..238ef085cb 100644 --- a/sdl.c +++ b/sdl.c @@ -53,7 +53,7 @@ static SDL_Cursor *sdl_cursor_hidden; static int absolute_enabled = 0; static int guest_cursor = 0; static int guest_x, guest_y; -static SDL_Cursor *guest_sprite = 0; +static SDL_Cursor *guest_sprite = NULL; static uint8_t allocator; static SDL_PixelFormat host_format; static int scaling_active = 0; -- cgit v1.2.3-55-g7522