afh: Make ->suffixes array const.
[paraslash.git] / flac_afh.c
index 51c3c314bf9e265110e82eabae9e94918e1bc7e3..2e2842b183c91bfbe06ec2de0616fb52872ba4f4 100644 (file)
@@ -515,7 +515,7 @@ free_pfad:
        return ret;
 }
 
-static const char* flac_suffixes[] = {"flac", NULL};
+static const char * const flac_suffixes[] = {"flac", NULL};
 
 /**
  * The init function of the flac audio format handler.