commit | 660f11be541813be5f09fbaf44d8e7c6d5a5bbfe | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Fri Jul 31 21:16:51 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri Jul 31 21:16:51 2009 +0000 |
tree | 1d133bdfc69d11fe81e769825adf3f680ee2f91e | |
parent | 2e29bd04786003561303dcad940b38afe790fb9b [diff] [blame] |
Fix Sparse warnings: "Using plain integer as NULL pointer" Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/sdl.c b/sdl.c index 50a4a01..238ef08 100644 --- a/sdl.c +++ b/sdl.c
@@ -53,7 +53,7 @@ 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;