Fixed typo in docs, fixing bug #520

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402645
This commit is contained in:
Sam Lantinga 2007-12-28 07:52:19 +00:00
parent d4df68827b
commit bcbbc6be84
2 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ CLASS="PROGRAMLISTING"
SDL_ExposeEvent expose; SDL_ExposeEvent expose;
SDL_QuitEvent quit; SDL_QuitEvent quit;
SDL_UserEvent user; SDL_UserEvent user;
SDL_SywWMEvent syswm; SDL_SysWMEvent syswm;
} SDL_Event;</PRE } SDL_Event;</PRE
></DIV ></DIV
><DIV ><DIV

View file

@ -18,7 +18,7 @@ SDL_Event\- General event structure
SDL_ExposeEvent expose; SDL_ExposeEvent expose;
SDL_QuitEvent quit; SDL_QuitEvent quit;
SDL_UserEvent user; SDL_UserEvent user;
SDL_SywWMEvent syswm; SDL_SysWMEvent syswm;
} SDL_Event;\fR } SDL_Event;\fR
.fi .fi
.PP .PP