fix a comment - not really importent

This commit is contained in:
Sagi Dayan 2014-04-02 12:09:34 +03:00
parent 565c172b21
commit 91af9dcc91

2
main.c
View file

@ -141,7 +141,7 @@ int main()
if(execv(path, args) != 0)
{
fprintf(stderr, "%s%s%s\n", "cshell: ", args[0] ,": command not found");
exit(1); //child error - chield needs to be closed manually. exit code 225;
exit(1); //child error - chield needs to be closed manually. exit code 255;
}
}
else //pid > 0 father