SDL_ttf: cmake: fix typo from previous commit.

From 58195656fc5f31078da5d913089cd7d08c13499e Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Thu, 12 May 2022 14:03:28 +0300
Subject: [PATCH] cmake: fix typo from previous commit.

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 39ddd9f..805316b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -197,7 +197,7 @@ if (BUILD_SHARED_LIBS)
         set_target_properties(SDL2_ttf PROPERTIES
             PREFIX ""
         )
-    endif
+    endif()
     if (OS2)
         # OS/2 doesn't support a DLL name longer than 8 characters.
         set_target_properties(SDL2_ttf PROPERTIES