From: rsc Date: Tue, 28 Aug 2007 04:19:47 +0000 (+0000) Subject: oops X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=1baead533fe8d10d91b10967ac9c536fa2e41585;p=cs3210-lab0.git oops --- diff --git a/sh.c b/sh.c index fbe8c13..ed2c1d9 100644 --- a/sh.c +++ b/sh.c @@ -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;