From 3c836c2d0c0dc793ab12479ff35633ee1fd3c661 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Mon, 29 Aug 2011 17:23:44 +0100 Subject: [PATCH] Minor formatting fix --- src/ProcessUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProcessUtils.cpp b/src/ProcessUtils.cpp index e5e3f1f..7c88757 100644 --- a/src/ProcessUtils.cpp +++ b/src/ProcessUtils.cpp @@ -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,