mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 16:45:57 -05:00
Typo that broke Windows builds.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user