]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 15 Dec 2007 22:46:58 +0000 (22:46 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 15 Dec 2007 22:46:58 +0000 (22:46 +0000)
include/vlc_configuration.h

index 8cf91e54c3cfb077baedaa56a53dc12cd032c189..7f76f64f1070481ebba116a7698e66cd2023d013 100644 (file)
@@ -446,7 +446,7 @@ VLC_EXPORT( int, vlc_config_set, (module_config_t *, vlc_config_t, ...) );
     vlc_config_set (p_config + i_config, VLC_CONFIG_PERSISTENT)
 
 #define change_unsaveable() \
-    vlc_config_set (p_config + i_config, VLC_VOLATILE)
+    vlc_config_set (p_config + i_config, VLC_CONFIG_VOLATILE)
 
 /****************************************************************************
  * config_chain_t: