(svn r22943) -Fix: [OSX] Typo broke debug compilation

This commit is contained in:
planetmaker 2011-09-19 05:37:11 +00:00
parent db50cf9168
commit 6a72d64dbe
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ static CocoaSubdriver *QZ_CreateSubdriver(int width, int height, int bpp, bool f
#ifdef _DEBUG
/* This Fullscreen mode crashes on OSX 10.7 */
if !(MacOSVersionIsAtLeast(10, 7, 0) {
if (!MacOSVersionIsAtLeast(10, 7, 0)) {
/* Try fullscreen too when in debug mode */
DEBUG(driver, 0, "Setting video mode failed, falling back to 640x480 fullscreen mode.");
ret = QZ_CreateFullscreenSubdriver(640, 480, bpp);