X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=74d65fff6750355fd4a62b296e0b0d4d2d70ff2b;hp=73e744ec44088c4d8c92c1e19c1e6bed8b5076a0;hb=06d0c50525fc14e8127916481a74c14a2f7098af;hpb=73073e4f4209c874f2f41e270376a9802862df8f 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