From a473c587effcd93ff88e25039cbe0d5bf1f1d3db Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 31 Dec 2024 15:35:13 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header
[ci skip]
---
include/SDL3_ttf/SDL_ttf.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index f1460b4d..8a9e32ef 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -1850,8 +1850,8 @@ extern SDL_DECLSPEC TTF_TextEngine * SDLCALL TTF_GetTextEngine(TTF_Text *text);
*
* \param text the TTF_Text to modify.
* \param font the font to use, may be NULL.
- * \returns false if the text pointer is null; otherwise, true.
- * call SDL_GetError() for more information.
+ * \returns false if the text pointer is null; otherwise, true. call
+ * SDL_GetError() for more information.
*
* \threadsafety This function should be called on the thread that created the
* text.