music: Fix const correctness issue in ReadSubstituteConfig
This commit is contained in:
parent
a98b617237
commit
1cd3cb4c73
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ static boolean ReadSubstituteConfig(char *musicdir, const char *filename)
|
|||
|
||||
while (line != NULL)
|
||||
{
|
||||
char *error;
|
||||
const char *error;
|
||||
char *next;
|
||||
|
||||
// find end of line
|
||||
|
|
|
|||
Loading…
Reference in a new issue