Fixed documentation typo

This commit is contained in:
Sam Lantinga 2010-09-25 17:06:41 -07:00
parent 44eb5de93d
commit b6d190a459

View file

@ -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