comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3439 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-04-26 18:33:50 +00:00
parent fe48da7d74
commit c838a4cd45
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ bool execute_command(const char *command)
exit(0);
}
/* Else continue as parent. */
/* Continue as parent. */
close(fd[1]);
if (pid == -1) {