]> git.sesse.net Git - vlc/blobdiff - src/misc/variables.c
Oops ?
[vlc] / src / misc / variables.c
index 1dd6235bdef426231c4e3879ca971a27d3b3b91c..9eac7f049c3c6935b7cba27a8d5f4d84ad32a3f6 100644 (file)
@@ -25,6 +25,7 @@
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
+#include "variables.h"
 
 #ifdef HAVE_STDLIB_H
 #   include <stdlib.h>                                          /* realloc() */
@@ -936,7 +937,7 @@ void __var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
     if( psz_value ) i_name_len = psz_value - psz_option;
     else i_name_len = strlen( psz_option );
 
-    /* It's too much of an hassle to remove the ':' when we parse
+    /* It's too much of a hassle to remove the ':' when we parse
      * the cmd line :) */
     if( i_name_len && *psz_option == ':' )
     {