mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fixed the documentation for SDL_SetError()
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C" {
|
||||
*
|
||||
* Calling this function will replace any previous error message that was set.
|
||||
*
|
||||
* This function always returns -1, since SDL frequently uses -1 to signify an
|
||||
* This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE to signify an
|
||||
* failing result, leading to this idiom:
|
||||
*
|
||||
* ```c
|
||||
|
Reference in New Issue
Block a user