]> git.sesse.net Git - vlc/blobdiff - include/vlc_config_cat.h
Declared many static variables const
[vlc] / include / vlc_config_cat.h
index e21c29e8fc40ce6b6e4d49d0b9e6ff8afa057e00..c259afcd0a5c7fc24d140bbf90de99fb966d4ffe 100644 (file)
@@ -241,7 +241,7 @@ static inline const char * GetCapabilityHelp( char *psz_capability, int i_type)
     return " ";
 }
 
-static struct config_category_t categories_array[] =
+static const struct config_category_t categories_array[] =
 {
     /* Interface */
     { CAT_INTERFACE, INTF_TITLE, INTF_HELP },