Commit 004ec060 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Typo that broke Windows builds.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401153
parent 37c06101
...@@ -651,7 +651,7 @@ int SDL_RegisterApp(char *name, Uint32 style, void *hInst) ...@@ -651,7 +651,7 @@ int SDL_RegisterApp(char *name, Uint32 style, void *hInst)
* Called from DIB_VideoQuit and DX5_VideoQuit when * Called from DIB_VideoQuit and DX5_VideoQuit when
* SDL_QuitSubSystem(INIT_VIDEO) is called. * SDL_QuitSubSystem(INIT_VIDEO) is called.
*/ */
void SDL_UnRegisterApp() void SDL_UnregisterApp()
{ {
WNDCLASS class; WNDCLASS class;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment