From 1baead533fe8d10d91b10967ac9c536fa2e41585 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 04:19:47 +0000 Subject: [PATCH] oops --- sh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh.c b/sh.c index fbe8c13638..ed2c1d967d 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;