X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=dad67351a9ec6548dd464d691d9013afee0a0d6c;hp=7a30947a637e43fbeccc9788b30c21f917a427df;hb=efad222b6321fe7964d89c1d28c3b4ff05873eca;hpb=6aad8ed5fef24cdf2c65cbb193572cb10c2b2c1c diff --git a/afh.h b/afh.h index 7a30947a..dad67351 100644 --- a/afh.h +++ b/afh.h @@ -88,7 +88,7 @@ struct audio_format_handler { */ void (*init)(struct audio_format_handler*); /** Typical file endings for files that can be handled by this afh. */ - const char **suffixes; + const char * const *suffixes; /** * Check if this audio format handler can handle the file. *