[vlc-commits] commit: Typo (Christophe Mutricy )
git at videolan.org
git at videolan.org
Thu Jun 3 00:04:42 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Jun 2 23:01:27 2010 +0100| [45e88d66232f5df6d6409ee8f657162dc28b3e58] | committer: Christophe Mutricy
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=45e88d66232f5df6d6409ee8f657162dc28b3e58
---
projects/mozilla/vlcplugin.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index 93bd430..dea87e6 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;
More information about the vlc-commits
mailing list