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;
*
* You typically use this function like this:
* \code
* SDL_SysWMInfo info;
* SDL_SysWMinfo info;
* SDL_VERSION(&info.version);
* if ( SDL_GetWindowWMInfo(&info) ) { ... }
* \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