Fixed documentation typo

This commit is contained in:
Sam Lantinga
2010-09-25 17:06:41 -07:00
parent b9a2b25073
commit 84cee89a18

View File

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