Fixed minor typo in a comment.
--HG-- branch : SDL-1.2 extra : rebase_source : 6ce52e4aa61fd862b0af75a6b22424a8e7ea5648
This commit is contained in:
parent
e45148e454
commit
1f822b71a7
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ typedef struct SDL_SysWMinfo {
|
|||
*
|
||||
* You typically use this function like this:
|
||||
* @code
|
||||
* SDL_SysWMInfo info;
|
||||
* SDL_SysWMinfo info;
|
||||
* SDL_VERSION(&info.version);
|
||||
* if ( SDL_GetWMInfo(&info) ) { ... }
|
||||
* @endcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue