diff options
-rw-r--r-- | sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
![]() |
index : 135e2/xv6-labs.git | |
xv6-labs-2024-winter | 135e2 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | sh.c | 2 |
@@ -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; |