Constify argument of check_filter_arg().
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 7a30947a637e43fbeccc9788b30c21f917a427df..dad67351a9ec6548dd464d691d9013afee0a0d6c 100644 (file)
--- 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.
         *