From 9bb26ac1a36ba4e27656601b722671262c0ac573 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 15 Nov 2009 09:43:27 +0000 Subject: [PATCH] warning: function declaration isn't a prototype --- SDL_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL_image.h b/SDL_image.h index 2c69ee83..de2ae18e 100644 --- a/SDL_image.h +++ b/SDL_image.h @@ -70,7 +70,7 @@ typedef enum extern DECLSPEC int SDLCALL IMG_Init(int flags); /* Unloads libraries loaded with IMG_Init */ -extern DECLSPEC void SDLCALL IMG_Quit(); +extern DECLSPEC void SDLCALL IMG_Quit(void); /* Load an image from an SDL data source. The 'type' may be one of: "BMP", "GIF", "PNG", etc.