Mercurial > sdl-ios-xcode
diff include/SDL_syswm.h @ 4895:fd27410a5db0
Fixed documentation typo
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 25 Sep 2010 17:06:41 -0700 |
parents | 4069c65b01f2 |
children | 5d529386db73 |
line wrap: on
line diff
--- a/include/SDL_syswm.h Sun Sep 19 16:46:56 2010 -0700 +++ b/include/SDL_syswm.h Sat Sep 25 17:06:41 2010 -0700 @@ -222,7 +222,7 @@ * * You typically use this function like this: * \code - * SDL_SysWMInfo info; + * SDL_SysWMinfo info; * SDL_VERSION(&info.version); * if ( SDL_GetWindowWMInfo(&info) ) { ... } * \endcode