Ver Fonte

uikit: Patched to compile.

Ryan C. Gordon há 1 ano atrás
pai
commit
f184dea16c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/video/uikit/SDL_uikitvideo.m

+ 1 - 1
src/video/uikit/SDL_uikitvideo.m

@@ -69,7 +69,7 @@ static SDL_VideoDevice *UIKit_CreateDevice(void)
         device = (SDL_VideoDevice *)SDL_calloc(1, sizeof(SDL_VideoDevice));
         if (!device) {
             return NULL;
-        ]
+        }
 
         data = [SDL_UIKitVideoData new];