X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=dad67351a9ec6548dd464d691d9013afee0a0d6c;hp=7a30947a637e43fbeccc9788b30c21f917a427df;hb=becfb4be64a123630775b6517279ed20e4b498f8;hpb=9d8fdf8898418711558f70a9630b2444036d8285 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. *