From 9562855f09786a47abe560aa99fd8987f53b14e4 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 6 May 2010 11:46:51 +0000 Subject: [PATCH] SDL - fix compile when no GTK, addresses issue 2997371 --- src/drivers/sdl/sdl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/sdl/sdl.cpp b/src/drivers/sdl/sdl.cpp index 5740ea54..491b03c4 100644 --- a/src/drivers/sdl/sdl.cpp +++ b/src/drivers/sdl/sdl.cpp @@ -787,6 +787,7 @@ int main(int argc, char *argv[]) if(GameInfo) #else while(GameInfo) + { #endif DoFun(frameskip); #ifdef _GTK