diff src/video/wincommon/SDL_sysevents.c @ 1150:7d8e1925f35b

Typo that broke Windows builds.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 28 Sep 2005 06:38:22 +0000
parents d31afac94eff
children 51a8702d8ecd
line wrap: on
line diff
--- a/src/video/wincommon/SDL_sysevents.c	Wed Sep 28 03:34:24 2005 +0000
+++ b/src/video/wincommon/SDL_sysevents.c	Wed Sep 28 06:38:22 2005 +0000
@@ -651,7 +651,7 @@
  *  Called from DIB_VideoQuit and DX5_VideoQuit when
  *  SDL_QuitSubSystem(INIT_VIDEO) is called.
  */
-void SDL_UnRegisterApp()
+void SDL_UnregisterApp()
 {
 	WNDCLASS class;