This commit is contained in:
rsc 2007-08-28 04:19:47 +00:00
parent b943284893
commit 1baead533f

2
sh.c
View file

@ -439,7 +439,7 @@ parseexec(char **ps, char *es)
}
// NUL-terminate all the counted strings.
struct cmd:
struct cmd*
nulterminate(struct cmd *cmd)
{
int i;