Sync wiki -> headers.

This commit is contained in:
Ryan C. Gordon 2023-02-24 11:47:13 -05:00
parent 858ae9900e
commit 7abb748134
No known key found for this signature in database
GPG key ID: FA148B892AB48044
3 changed files with 13 additions and 13 deletions

View file

@ -389,8 +389,8 @@ extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);
/**
* Get the default cursor.
*
* You do not have to call SDL_FreeCursor() on the return value,
* but it is safe to do so.
* You do not have to call SDL_FreeCursor() on the return value, but it is
* safe to do so.
*
* \returns the default cursor on success or NULL on failure.
*