Skip to content

Commit

Permalink
warning: function declaration isn't a prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 15, 2009
1 parent 33e2def commit 9bb26ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_image.h
Expand Up @@ -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.
Expand Down

0 comments on commit 9bb26ac

Please sign in to comment.