mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-04 02:11:56 +03:00
comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3439 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
fe48da7d74
commit
c838a4cd45
@ -293,7 +293,7 @@ bool execute_command(const char *command)
|
|||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Else continue as parent. */
|
/* Continue as parent. */
|
||||||
close(fd[1]);
|
close(fd[1]);
|
||||||
|
|
||||||
if (pid == -1) {
|
if (pid == -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user