X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=flac_afh.c;h=2e2842b183c91bfbe06ec2de0616fb52872ba4f4;hp=51c3c314bf9e265110e82eabae9e94918e1bc7e3;hb=b74bb1b8dbd1fbe2bbd918ae7a77ebafba674e7c;hpb=63b46b233e069604bd66950ff7c4c827f3b2f7a6 diff --git a/flac_afh.c b/flac_afh.c index 51c3c314..2e2842b1 100644 --- a/flac_afh.c +++ b/flac_afh.c @@ -515,7 +515,7 @@ free_pfad: return ret; } -static const char* flac_suffixes[] = {"flac", NULL}; +static const char * const flac_suffixes[] = {"flac", NULL}; /** * The init function of the flac audio format handler.