From d6b0fe7db151116649da96c2a9946bb2af7f9870 Mon Sep 17 00:00:00 2001 From: svn Date: Fri, 12 Oct 2018 23:57:44 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/win32.c') diff --git a/win32/win32.c b/win32/win32.c index 5279d7a5f5..ebcaa7ab8d 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1252,8 +1252,8 @@ CreateChild(const WCHAR *cmd, const WCHAR *prog, HANDLE hInput, HANDLE hOutput, } RUBY_CRITICAL { - fRet = CreateProcessW(prog, (WCHAR *)cmd, &sa, &sa, - sa.bInheritHandle, dwCreationFlags, NULL, NULL, + fRet = CreateProcessW(prog, (WCHAR *)cmd, &sa, &sa, + sa.bInheritHandle, dwCreationFlags, NULL, NULL, &aStartupInfo, &aProcessInformation); errno = map_errno(GetLastError()); } -- cgit v1.2.3