Minor formatting fix

This commit is contained in:
Robert Knight 2011-08-29 17:23:44 +01:00
parent 52fdee5a75
commit 3c836c2d0c

View file

@ -451,7 +451,7 @@ void ProcessUtils::convertWindowsCommandLine(LPCWSTR commandLine, int& argc, cha
int length = WideCharToMultiByte(CP_ACP,
0 /* flags */,
argvUnicode[i],
-1, /* argvUnicode is null terminated*/
-1, /* argvUnicode is null terminated */
buffer,
BUFFER_SIZE,
0,