mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 03:26:04 -05:00
Fixed documentation typo
This commit is contained in:
@@ -222,7 +222,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo;
|
||||
*
|
||||
* You typically use this function like this:
|
||||
* \code
|
||||
* SDL_SysWMInfo info;
|
||||
* SDL_SysWMinfo info;
|
||||
* SDL_VERSION(&info.version);
|
||||
* if ( SDL_GetWindowWMInfo(&info) ) { ... }
|
||||
* \endcode
|
||||
|
||||
Reference in New Issue
Block a user