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;