This should fix the "assignment discards 'const' qualifier" warning in music.c.

git-svn-id: https://svn.eduke32.com/eduke32@2824 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-07-09 19:00:23 +00:00
parent 9000e23683
commit 0482d67894

View file

@ -75,7 +75,7 @@ const char *MUSIC_ErrorString
) )
{ {
char *ErrorString; const char *ErrorString;
switch (ErrorNumber) switch (ErrorNumber)
{ {