Skip to content

Commit

Permalink
Sync SDL3_ttf wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Oct 6, 2024
1 parent c3ebe19 commit c37ced3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL3_ttf/SDL_ttf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c37ced3

Please sign in to comment.