From: Christophe Mutricy Date: Wed, 2 Jun 2010 22:01:27 +0000 (+0100) Subject: Typo X-Git-Tag: 1.2.0-pre1~6334 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=45e88d66232f5df6d6409ee8f657162dc28b3e58;p=vlc Typo --- diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp index 93bd4309a5..dea87e6a8e 100644 --- a/projects/mozilla/vlcplugin.cpp +++ b/projects/mozilla/vlcplugin.cpp @@ -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;