X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=382b0e9091c4cb3d6679f9779ad6faff9fb1fe15;hp=47298b83805729825ab8cee3bd62c72f263179a2;hb=d2b2c210d1e388a29cef3d8189d6d80f3299b439;hpb=015c939d323aad2b959f8d60befc3939ebc299ee diff --git a/mp3_afh.c b/mp3_afh.c index 47298b83..382b0e90 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -683,7 +683,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