aboutsummaryrefslogtreecommitdiff
path: root/src/bi_io.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/bi_io.m4')
-rw-r--r--src/bi_io.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bi_io.m4 b/src/bi_io.m4
index 1d132f20..d4439978 100644
--- a/src/bi_io.m4
+++ b/src/bi_io.m4
@@ -164,7 +164,7 @@ open_program_stream(struct io_stream *str, const char *cmdline, int flags)
/* Fork has failed */
/* Restore things */
rc = errno;
- if (REDIRECT_STDOUT_P (flags)) {
+ if (REDIRECT_STDOUT_P(flags)) {
close(rightp[0]);
close(rightp[1]);
}

Return to:

Send suggestions and report system problems to the System administrator.