Skip to content

Commit

Permalink
Update include/SDL3/SDL_stdinc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken authored Aug 6, 2024
1 parent 5859da7 commit 62b1bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_stdinc.h
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,7 @@ extern SDL_DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,
const char *fromcode);

/**
* This function frees a descriptor used for character set conversion.
* This function frees a context used for character set conversion.
*
* \param cd The character set conversion handle.
* \returns 0 on success, or -1 on failure.
Expand Down

0 comments on commit 62b1bf7

Please sign in to comment.