SDL: uikit: Patched to compile.

From f184dea16ce38cad7c8c25cf4f917c6825f20e71 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 30 Nov 2023 00:27:17 -0500
Subject: [PATCH] uikit: Patched to compile.

---
 src/video/uikit/SDL_uikitvideo.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video/uikit/SDL_uikitvideo.m b/src/video/uikit/SDL_uikitvideo.m
index 3b751d521760..d7548baefc6b 100644
--- a/src/video/uikit/SDL_uikitvideo.m
+++ b/src/video/uikit/SDL_uikitvideo.m
@@ -69,7 +69,7 @@ static void UIKit_DeleteDevice(SDL_VideoDevice *device)
         device = (SDL_VideoDevice *)SDL_calloc(1, sizeof(SDL_VideoDevice));
         if (!device) {
             return NULL;
-        ]
+        }
 
         data = [SDL_UIKitVideoData new];