From 5a8d61d47956e993fcd5e8706ab2f775016804ee Mon Sep 17 00:00:00 2001 From: Plagman Date: Mon, 2 Jul 2012 03:44:54 +0000 Subject: [PATCH] Fix MinGW build. git-svn-id: https://svn.eduke32.com/eduke32@2798 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/music.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/music.c b/polymer/eduke32/source/music.c index 19693141a..0a4513ca3 100644 --- a/polymer/eduke32/source/music.c +++ b/polymer/eduke32/source/music.c @@ -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. ---------------------------------------------------------------------*/ -char *MUSIC_ErrorString +const char *MUSIC_ErrorString ( int32_t ErrorNumber )