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;