From 0ea1183f0c2b16373f1f9076a97524701ca9cd43 Mon Sep 17 00:00:00 2001 From: MichaelFiber Date: Sun, 24 Sep 2023 15:42:25 -0400 Subject: [PATCH] Fix a typo in rcore.c --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 246ae5417..e54ac5e6e 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -330,7 +330,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with #include "rcore_desktop.c" #elif defined(PLATFORM_WEB) #include "rcore_web.c" -#elif defined(PLATFOM_DRM) +#elif defined(PLATFORM_DRM) #include "rcore_drm.c" #elif defined(PLATFOM_ANDROID) #include "rcore_android.c"