X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=flac_afh.c;h=2e2842b183c91bfbe06ec2de0616fb52872ba4f4;hb=e4efba96ba3f2d77eb75fc27631e590c8be3c879;hp=51c3c314bf9e265110e82eabae9e94918e1bc7e3;hpb=63b46b233e069604bd66950ff7c4c827f3b2f7a6;p=paraslash.git 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.