Remove support for compile-time loglevel.
[paraslash.git] / wma_afh.c
index 0b6081cfdb9ea919537532d19dadab004a5fa825..929e732b8cb03bd84d6b382e05508fc2f81cf49d 100644 (file)
--- a/wma_afh.c
+++ b/wma_afh.c
@@ -642,7 +642,7 @@ out:
        return ret;
 }
 
-static const char* wma_suffixes[] = {"wma", NULL};
+static const char * const wma_suffixes[] = {"wma", NULL};
 
 /**
  * The init function of the wma audio format handler.