# HG changeset patch # User Sam Lantinga # Date 1141597095 0 # Node ID 3c45c578d4807d951b76b6850bb596a30dfe52d5 # Parent 8dfa9a6d69a55d49a2fde23c904e8df00e8162ac *** empty log message *** diff -r 8dfa9a6d69a5 -r 3c45c578d480 include/SDL_main.h --- a/include/SDL_main.h Sat Mar 04 08:24:35 2006 +0000 +++ b/include/SDL_main.h Sun Mar 05 22:18:15 2006 +0000 @@ -66,7 +66,7 @@ /* This can also be called, but is no longer necessary */ extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst); /* This can also be called, but is no longer necessary (SDL_Quit calls it) */ -extern DECLSPEC void SDLCALL SDL_UnregisterApp(); +extern DECLSPEC void SDLCALL SDL_UnregisterApp(void); #ifdef __cplusplus } #endif