]> git.sesse.net Git - vlc/blobdiff - src/modules/configuration_chain.c
- Cleanup and fixes deprecated options:
[vlc] / src / modules / configuration_chain.c
index 03ebf2d6d40973e8a3b602856ef6b28c0945a6c8..07f5d94ef7e669ec773f4a3edee9fe3d6915718d 100644 (file)
@@ -226,7 +226,7 @@ void config_ChainDestroy( config_chain_t *p_cfg )
 }
 
 void __config_ChainParse( vlc_object_t *p_this, const char *psz_prefix,
-                          const char **ppsz_options, config_chain_t *cfg )
+                          const char *const *ppsz_options, config_chain_t *cfg )
 {
     char *psz_name;
     int  i_type;