From 4cccd6d5963936499e707a18d88b79769e42450f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 23 Nov 2015 14:55:20 +0100 Subject: [PATCH] (sdl2_gfx.c) Buildfix --- gfx/drivers/sdl2_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/sdl2_gfx.c b/gfx/drivers/sdl2_gfx.c index 37555edf6e..f70468f626 100644 --- a/gfx/drivers/sdl2_gfx.c +++ b/gfx/drivers/sdl2_gfx.c @@ -763,7 +763,7 @@ static video_poke_interface_t sdl2_video_poke_interface = { NULL, NULL, NULL, - NULL< + NULL, #endif NULL, };