]> git.sesse.net Git - vlc/commitdiff
Cosmetics.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 3 May 2009 15:08:54 +0000 (17:08 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 18 Jul 2009 17:00:19 +0000 (19:00 +0200)
src/misc/variables.c

index 313f7000a29275009e1c14d2c4e61d60b4c8c854..1f382ea6ef56a13b0cc3e332a115e1a032ec504a 100644 (file)
@@ -1115,7 +1115,7 @@ void var_OptionParse( vlc_object_t *p_obj, const char *psz_option,
 
     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 )
         FreeList( &val );