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