X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=74d65fff6750355fd4a62b296e0b0d4d2d70ff2b;hp=73e744ec44088c4d8c92c1e19c1e6bed8b5076a0;hb=5e8d8a8eea6de9459ebdf4498f9f061c84bfa63a;hpb=75695bba841fc43094ebc669418187080cea00e6 diff --git a/mp3_afh.c b/mp3_afh.c index 73e744ec..74d65fff 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -684,7 +684,7 @@ static int mp3_get_file_info(char *map, size_t numbytes, int fd, return 1; } -static const char* mp3_suffixes[] = {"mp3", NULL}; +static const char * const mp3_suffixes[] = {"mp3", NULL}; /** * the init function of the mp3 audio format handler