]> git.sesse.net Git - vlc/blobdiff - src/win32/specific.c
LibVLC: fix another typo
[vlc] / src / win32 / specific.c
index c896be5ab11daa0f22b5a15c6432203d9a85c8ce..66cf7813f87041f604f3ba1bdca6ed727cf7ac38 100644 (file)
@@ -153,7 +153,7 @@ void system_Configure( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv
         }
     }
 
-    if( varInheritBool( p_this, "one-instance" )
+    if( var_InheritBool( p_this, "one-instance" )
      || ( var_InheritBool( p_this, "one-instance-when-started-from-file" )
        && var_InheritBool( p_this, "started-from-file" ) ) )
     {