From c37ced311265d85b28c7fcc9c438324b6df38698 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 6 Oct 2024 07:24:08 +0000 Subject: [PATCH] Sync SDL3_ttf wiki -> header --- 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 a16cb52d..88c3c680 100644 --- a/include/SDL3_ttf/SDL_ttf.h +++ b/include/SDL3_ttf/SDL_ttf.h @@ -1743,8 +1743,8 @@ extern SDL_DECLSPEC bool SDLCALL TTF_GetTextSubStringForLine(TTF_Text *text, int * * \param text the TTF_Text to query. * \param offset a byte offset into the text string. - * \param length the length of the range being queried, in bytes, or -1 for the - * remainder of the string. + * \param length the length of the range being queried, in bytes, or -1 for + * the remainder of the string. * \param count a pointer filled in with the number of substrings returned, * may be NULL. * \returns a NULL terminated array of substring pointers or NULL on failure;