aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-12 23:57:44 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-12 23:57:44 +0000
commitd6b0fe7db151116649da96c2a9946bb2af7f9870 (patch)
tree30fbdf3d6e261f1d7b2de2150c7b7b02c59a7762 /win32
parent09cd99b30452b26c6219559317052fb4a22a56ad (diff)
downloadruby-d6b0fe7db151116649da96c2a9946bb2af7f9870.tar.gz
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c4
1 files changed, 2 insertions, 2 deletions
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());
}