X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=c49f30dea858f05c627a820685fd6538b55eb07d;hp=d3e694548a3dbfaf08e40eb5cd8ba01bc10af7cf;hb=de9ce9690ac6194e8e7eaacd10baf21d827e42a4;hpb=642445e95fea1c548c79f80ad3b5d6f30ba572f3 diff --git a/aac_afh.c b/aac_afh.c index d3e69454..c49f30de 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -317,7 +317,7 @@ close: return ret; } -static const char* aac_suffixes[] = {"m4a", "mp4", NULL}; +static const char * const aac_suffixes[] = {"m4a", "mp4", NULL}; /** * the init function of the aac audio format handler *