Fix MinGW build.

git-svn-id: https://svn.eduke32.com/eduke32@2798 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
Plagman 2012-07-02 03:44:54 +00:00
parent 57dbedf59d
commit 5a8d61d479

View file

@ -69,7 +69,7 @@ int32_t MUSIC_InitMidi(int32_t card, midifuncs *Funcs, int32_t Address);
number. A -1 returns a pointer the current error. number. A -1 returns a pointer the current error.
---------------------------------------------------------------------*/ ---------------------------------------------------------------------*/
char *MUSIC_ErrorString const char *MUSIC_ErrorString
( (
int32_t ErrorNumber int32_t ErrorNumber
) )