From 004ec06058c91614d1aca65aa38573a6256d16a9 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 28 Sep 2005 06:38:22 +0000 Subject: [PATCH] Typo that broke Windows builds. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401153 --- src/video/wincommon/SDL_sysevents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/wincommon/SDL_sysevents.c b/src/video/wincommon/SDL_sysevents.c index 38ba1053c..65472515f 100644 --- a/src/video/wincommon/SDL_sysevents.c +++ b/src/video/wincommon/SDL_sysevents.c @@ -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;