author | Sam Lantinga <slouken@libsdl.org> |
Sun, 05 Mar 2006 22:18:15 +0000 | |
changeset 1466 | 3c45c578d480 |
parent 1465 | 8dfa9a6d69a5 |
child 1467 | b69f2b0309a0 |
--- 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