Typo that broke Windows builds.

This commit is contained in:
Ryan C. Gordon
2005-09-28 06:38:22 +00:00
parent 468447d2f6
commit 8d0cb3369b

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;