From a2df95ca1be9e8be8c83f4dd48ec8cf994f2437a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 5 Mar 2006 22:18:15 +0000 Subject: [PATCH] *** empty log message *** --- include/SDL_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_main.h b/include/SDL_main.h index 2dd62b524..cf8b728dc 100644 --- a/include/SDL_main.h +++ b/include/SDL_main.h @@ -66,7 +66,7 @@ extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); /* 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