aboutsummaryrefslogtreecommitdiff
path: root/shell/msh.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/msh.c')
-rw-r--r--shell/msh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c
index 375b1266e..b3bb06b28 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -819,7 +819,7 @@ static char *current_prompt;
819 */ 819 */
820 820
821 821
822extern int msh_main(int argc, char **argv) 822int msh_main(int argc, char **argv)
823{ 823{
824 REGISTER int f; 824 REGISTER int f;
825 REGISTER char *s; 825 REGISTER char *s;