Sync wiki -> headers.

This commit is contained in:
Ryan C. Gordon 2023-02-24 11:49:41 -05:00
parent d748a454a8
commit 0598ecc150
No known key found for this signature in database
GPG key ID: FA148B892AB48044
12 changed files with 60 additions and 44 deletions

View file

@ -192,7 +192,7 @@ extern DECLSPEC void SDLCALL SDL_SetMainReady(void);
* \param reserved should be NULL (reserved for future use, will probably be
* platform-specific then)
* \returns the return value from mainFunction: 0 on success, -1 on failure;
* SDL_GetError() might have more information on the failure
* SDL_GetError() might have more information on the failure
*
* \since This function is available since SDL 3.0.0.
*/