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 29ed527 commit 0432ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -80,7 +80,7 @@ typedef enum
extern DECLSPEC int SDLCALL Mix_Init(int flags);

/* Unloads libraries loaded with Mix_Init */
extern DECLSPEC void SDLCALL Mix_Quit();
extern DECLSPEC void SDLCALL Mix_Quit(void);


/* The default mixer has 8 simultaneous mixing channels */
Expand Down

0 comments on commit 0432ac7

Please sign in to comment.