Cygwin: fhandler_process_fd: Fix spacing
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
2d015e0e68
commit
9ba65ab8b5
@ -70,7 +70,7 @@ fhandler_process_fd::fetch_fh (HANDLE &out_hdl, uint32_t flags)
|
|||||||
hdl = pc.deserialize (buf);
|
hdl = pc.deserialize (buf);
|
||||||
}
|
}
|
||||||
BOOL ret = DuplicateHandle (proc, hdl, GetCurrentProcess (), &hdl,
|
BOOL ret = DuplicateHandle (proc, hdl, GetCurrentProcess (), &hdl,
|
||||||
0, FALSE, DUPLICATE_SAME_ACCESS);
|
0, FALSE, DUPLICATE_SAME_ACCESS);
|
||||||
if (proc != GetCurrentProcess ())
|
if (proc != GetCurrentProcess ())
|
||||||
CloseHandle (proc);
|
CloseHandle (proc);
|
||||||
if (!ret)
|
if (!ret)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user