X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma_afh.c;h=929e732b8cb03bd84d6b382e05508fc2f81cf49d;hp=0b6081cfdb9ea919537532d19dadab004a5fa825;hb=a13a1e0d202a8969374b9a70562556e689597f2d;hpb=0f4910b50116416fefb09ca67a615679067ef359 diff --git a/wma_afh.c b/wma_afh.c index 0b6081cf..929e732b 100644 --- a/wma_afh.c +++ b/wma_afh.c @@ -642,7 +642,7 @@ out: return ret; } -static const char* wma_suffixes[] = {"wma", NULL}; +static const char * const wma_suffixes[] = {"wma", NULL}; /** * The init function of the wma audio format handler.