Missing brace (K. Shakirov)

This commit is contained in:
Juan Jose Garcia Ripoll 2008-10-27 19:13:15 +01:00
parent ec23122149
commit 5a2edea3da

View file

@ -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 {