Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 26, 2010
1 parent 1c98a3b commit f2e0f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_syswm.h
Expand Up @@ -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
Expand Down

0 comments on commit f2e0f4a

Please sign in to comment.