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