浏览代码

uikit: Patched to compile.

Ryan C. Gordon 2 年之前
父节点
当前提交
f184dea16c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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];