Mercurial > sdl-ios-xcode
changeset 1150:7d8e1925f35b
Typo that broke Windows builds.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 28 Sep 2005 06:38:22 +0000 |
parents | ef03e8789d59 |
children | be9c9c8f6d53 |
files | src/video/wincommon/SDL_sysevents.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;