Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-09-13 20:56:16 +00:00
parent f1d0a71629
commit 1c5b063ade
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ extern "C" {
*
* Calling this function will replace any previous error message that was set.
*
* This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE to signify an
* failing result, leading to this idiom:
* This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
* to signify an failing result, leading to this idiom:
*
* ```c
* if (error_code) {