Typo that broke Windows builds.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401153
This commit is contained in:
Ryan C. Gordon 2005-09-28 06:38:22 +00:00
parent 37c0610107
commit 004ec06058

View file

@ -651,7 +651,7 @@ int SDL_RegisterApp(char *name, Uint32 style, void *hInst)
* Called from DIB_VideoQuit and DX5_VideoQuit when
* SDL_QuitSubSystem(INIT_VIDEO) is called.
*/
void SDL_UnRegisterApp()
void SDL_UnregisterApp()
{
WNDCLASS class;