diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 201c5871537..b5eeadd3d75 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -532,7 +532,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") | |||
| 532 | synch_process_alive = 0; | 532 | synch_process_alive = 0; |
| 533 | synch_process_retcode = pid; | 533 | synch_process_retcode = pid; |
| 534 | if (synch_process_retcode < 0) /* means it couldn't be exec'ed */ | 534 | if (synch_process_retcode < 0) /* means it couldn't be exec'ed */ |
| 535 | synch_process_death = strerror(errno); | 535 | synch_process_death = strerror (errno); |
| 536 | 536 | ||
| 537 | close (outfilefd); | 537 | close (outfilefd); |
| 538 | if (fd_error != outfilefd) | 538 | if (fd_error != outfilefd) |