Commit b6d190a4 authored by Sam Lantinga's avatar Sam Lantinga

Fixed documentation typo

parent 44eb5de9
...@@ -222,7 +222,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo; ...@@ -222,7 +222,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo;
* *
* You typically use this function like this: * You typically use this function like this:
* \code * \code
* SDL_SysWMInfo info; * SDL_SysWMinfo info;
* SDL_VERSION(&info.version); * SDL_VERSION(&info.version);
* if ( SDL_GetWindowWMInfo(&info) ) { ... } * if ( SDL_GetWindowWMInfo(&info) ) { ... }
* \endcode * \endcode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment