Commit 45e88d66 authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

parent aa34b13d
...@@ -361,7 +361,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[]) ...@@ -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++] = "--no-media-library";
ppsz_argv[ppsz_argc++] = "--intf=dummy"; ppsz_argv[ppsz_argc++] = "--intf=dummy";
ppsz_argv[ppsz_argc++] = "--no-video-title-show"; ppsz_argv[ppsz_argc++] = "--no-video-title-show";
ppsz_argv[ppsz_args++] = "--no-xlib"; ppsz_argv[ppsz_argc++] = "--no-xlib";
const char *progid = NULL; const char *progid = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment