aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 421639e8b..f0dd70e6b 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -12848,7 +12848,7 @@ helpcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
12848 } 12848 }
12849 } 12849 }
12850# endif 12850# endif
12851 out1fmt("\n\n"); 12851 newline_and_flush(stdout);
12852 return EXIT_SUCCESS; 12852 return EXIT_SUCCESS;
12853} 12853}
12854#endif 12854#endif