Commit 721e7def authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

parent f7ab4a97
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment