sdl12-compat: fixed typo in previous commit

From 3bca81f4ce9e001bb0becac3e7eb6869e499e796 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 17 Nov 2021 17:56:50 +0300
Subject: [PATCH] fixed typo in previous commit

---
 include/SDL/SDL_endian.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/SDL/SDL_endian.h b/include/SDL/SDL_endian.h
index 3e14961..7fc0f1f 100644
--- a/include/SDL/SDL_endian.h
+++ b/include/SDL/SDL_endian.h
@@ -30,7 +30,7 @@ real SDL-1.2 available to you. */
 
 #if defined(_MSC_VER) && (_MSC_VER >= 1400)
 #include <intrin.h>
-#endi
+#endif
 
 /* This is all lifted out of SDL2's zlib-licensed headers. */
 
@@ -290,4 +290,3 @@ SDL_Swap64(Uint64 x)
 #include "close_code.h"
 
 #endif
-