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 : xv6-labs-2022/.git | |
| Unnamed repository; edit this file 'description' to name the repository. | root |
| aboutsummaryrefslogtreecommitdiff |
| -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; |