[vlc-devel] commit: Cosmetics. (Antoine Cellerier )

git version control git at videolan.org
Sat Jul 18 19:07:10 CEST 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun May  3 17:08:54 2009 +0200| [306d8affaf643c7361d11cf4ff4a3a38b0c762cf] | committer: Antoine Cellerier 

Cosmetics.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=306d8affaf643c7361d11cf4ff4a3a38b0c762cf
---

 src/misc/variables.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/variables.c b/src/misc/variables.c
index 313f700..1f382ea 100644
--- a/src/misc/variables.c
+++ b/src/misc/variables.c
@@ -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 );
 




More information about the vlc-devel mailing list