Browse Source

uikit: Patched to compile.

Ryan C. Gordon 1 năm trước cách đây
mục cha
commit
f184dea16c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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));
         device = (SDL_VideoDevice *)SDL_calloc(1, sizeof(SDL_VideoDevice));
         if (!device) {
         if (!device) {
             return NULL;
             return NULL;
-        ]
+        }
 
 
         data = [SDL_UIKitVideoData new];
         data = [SDL_UIKitVideoData new];