X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aac_afh.c;h=c49f30dea858f05c627a820685fd6538b55eb07d;hp=d3e694548a3dbfaf08e40eb5cd8ba01bc10af7cf;hb=92d85d340495154f3fda23f322af13fc9de42155;hpb=6aad8ed5fef24cdf2c65cbb193572cb10c2b2c1c 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 *