Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1149:ef03e8789d59 | 1150:7d8e1925f35b |
---|---|
649 /* | 649 /* |
650 * Unregisters the windowclass registered in SDL_RegisterApp above. | 650 * Unregisters the windowclass registered in SDL_RegisterApp above. |
651 * Called from DIB_VideoQuit and DX5_VideoQuit when | 651 * Called from DIB_VideoQuit and DX5_VideoQuit when |
652 * SDL_QuitSubSystem(INIT_VIDEO) is called. | 652 * SDL_QuitSubSystem(INIT_VIDEO) is called. |
653 */ | 653 */ |
654 void SDL_UnRegisterApp() | 654 void SDL_UnregisterApp() |
655 { | 655 { |
656 WNDCLASS class; | 656 WNDCLASS class; |
657 | 657 |
658 /* SDL_RegisterApp might not have been called before */ | 658 /* SDL_RegisterApp might not have been called before */ |
659 if (app_registered) { | 659 if (app_registered) { |