fix typo that was busting xpcshell on *NIX

This commit is contained in:
Chris Jones 2009-07-29 19:02:17 -05:00
parent d4bb2883d3
commit 577e9e1928

View File

@ -579,7 +579,7 @@ NS_InitXPCOM3(nsIServiceManager* *result,
CommandLine::Init(0, nsnull);
#else
static char const *const argv = { "/really/should/not/exist" };
CommandLine::Init(sizeof(argv), &argv);
CommandLine::Init(1, &argv);
#endif
}