mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
f1d0a71629
commit
1c5b063ade
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ extern "C" {
|
||||||
*
|
*
|
||||||
* Calling this function will replace any previous error message that was set.
|
* 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
|
* This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
|
||||||
* failing result, leading to this idiom:
|
* to signify an failing result, leading to this idiom:
|
||||||
*
|
*
|
||||||
* ```c
|
* ```c
|
||||||
* if (error_code) {
|
* if (error_code) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue