From 5cd188bdbce035e70d76f79d137e9d7de13e5908 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 28 Nov 2024 05:17:28 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
docs/README-main-functions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/README-main-functions.md b/docs/README-main-functions.md
index 60dc30911ae20..2aa6447cfe68f 100644
--- a/docs/README-main-functions.md
+++ b/docs/README-main-functions.md
@@ -205,7 +205,7 @@ data, as this pointer will not be provided to your app again.
The SDL_AppResult value that terminated the app is provided here, in case
it's useful to know if this was a successful or failing run of the app.
-##Summary and Best Practices
+##Summary and Best Practices
Always Include SDL_main.h in One Source File: When working with SDL, remember that SDL_main.h must only be included in one source file in your project. Including it in multiple files will lead to conflicts and undefined behavior.