mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-29 04:21:03 +08:00
Fixed typo
This commit is contained in:
@@ -45,7 +45,7 @@ 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
|
* This function always returns SDL_FALSE, since SDL frequently uses SDL_FALSE
|
||||||
* to signify an failing result, leading to this idiom:
|
* to signify a failing result, leading to this idiom:
|
||||||
*
|
*
|
||||||
* ```c
|
* ```c
|
||||||
* if (error_code) {
|
* if (error_code) {
|
||||||
|
|||||||
Reference in New Issue
Block a user