]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 2 Jun 2010 22:01:27 +0000 (23:01 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 2 Jun 2010 22:01:27 +0000 (23:01 +0100)
projects/mozilla/vlcplugin.cpp

index 93bd4309a5fbc1edebcb8170743780082f5f0d38..dea87e6a8ef98256f1c131057f1afab7d7220b66 100644 (file)
@@ -361,7 +361,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
     ppsz_argv[ppsz_argc++] = "--no-media-library";
     ppsz_argv[ppsz_argc++] = "--intf=dummy";
     ppsz_argv[ppsz_argc++] = "--no-video-title-show";
-    ppsz_argv[ppsz_args++] = "--no-xlib";
+    ppsz_argv[ppsz_argc++] = "--no-xlib";
 
     const char *progid = NULL;