branch | SDL-1.2 |
changeset 5575 | 0d5999bb4ba5 |
parent 4544 | 3f2d351d8274 |
child 6137 | 4720145f848b |
--- a/include/SDL_syswm.h Mon Jul 18 20:32:40 2011 -0700 +++ b/include/SDL_syswm.h Tue Jul 19 22:10:35 2011 -0700 @@ -209,7 +209,7 @@ * * You typically use this function like this: * @code - * SDL_SysWMInfo info; + * SDL_SysWMinfo info; * SDL_VERSION(&info.version); * if ( SDL_GetWMInfo(&info) ) { ... } * @endcode