Commit 306d8aff authored by Antoine Cellerier's avatar Antoine Cellerier

Cosmetics.

parent 62456c2a
...@@ -1115,7 +1115,7 @@ void var_OptionParse( vlc_object_t *p_obj, const char *psz_option, ...@@ -1115,7 +1115,7 @@ void var_OptionParse( vlc_object_t *p_obj, const char *psz_option,
var_Set( p_obj, psz_name, val ); var_Set( p_obj, psz_name, val );
// If that's a list, remove all elements allocated /* If that's a list, remove all elements allocated */
if( i_type == VLC_VAR_LIST ) if( i_type == VLC_VAR_LIST )
FreeList( &val ); FreeList( &val );
......
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