mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Missing brace (K. Shakirov)
This commit is contained in:
parent
ec23122149
commit
5a2edea3da
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ si_make_pipe()
|
|||
if (GetExitCodeProcess(pr_info.hProcess, &exitcode) &&
|
||||
STILL_ACTIVE != exitcode) {
|
||||
exit_status = MAKE_FIXNUM(exitcode);
|
||||
}
|
||||
}
|
||||
CloseHandle(pr_info.hProcess);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue