commit 1baead533fe8d10d91b10967ac9c536fa2e41585 parent b9432848937dc5250a90f9c9325af5bd4a59ade9 Author: rsc <rsc> Date: Tue, 28 Aug 2007 04:19:47 +0000 oops Diffstat:
M | sh.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;