From 4102bb248ed5f5efcd81d317a876318c91bad4d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Sep 2013 22:27:39 +0300 Subject: fix code style and issues with different builds. --- src/utils/sdlhelper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/sdlhelper.cpp') diff --git a/src/utils/sdlhelper.cpp b/src/utils/sdlhelper.cpp index da81f03ea..1511bedb1 100644 --- a/src/utils/sdlhelper.cpp +++ b/src/utils/sdlhelper.cpp @@ -43,6 +43,7 @@ bool SDL::getAllVideoModes(StringVect &modeList) .append(toString(static_cast(modes[0]->h))); logger->log("support mode: " + modeString); modeList.push_back(modeString); + return true; #else /* Check which modes are available */ if (modes == static_cast(nullptr)) -- cgit v1.2.3-70-g09d2