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 3a5c85050..23a7c0498 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -3197,7 +3197,7 @@ static int dohelp(struct op *t)
3197 } 3197 }
3198#if ENABLE_FEATURE_SH_STANDALONE_SHELL 3198#if ENABLE_FEATURE_SH_STANDALONE_SHELL
3199 { 3199 {
3200 const struct BB_applet *applet = applets; 3200 const struct bb_applet *applet = applets;
3201 3201
3202 while (applet->name) { 3202 while (applet->name) {
3203 col += printf("%c%s", ((col == 0) ? '\t' : ' '), applet->name); 3203 col += printf("%c%s", ((col == 0) ? '\t' : ' '), applet->name);