cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3113 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-11-08 23:09:47 +00:00
parent 4ed8134699
commit 0ed7171138
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ void cancel_command(int signal)
nperror("kill");
}
/* Return TRUE on success. */
/* Execute command in a shell. Return TRUE on success. */
bool execute_command(const char *command)
{
int fd[2];