runsv: run ./finish with parameters (runit compat)
[oweals/busybox.git] / shell / msh.c
index da1dc35768633315a45cad686a5c6d847ff45ebc..fe85a8170e4ce514ad311f12170c67dd2cf3eb0a 100644 (file)
@@ -12,7 +12,6 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
-
 #include <sys/times.h>
 #include <setjmp.h>
 
@@ -3175,7 +3174,7 @@ static int dohelp(struct op *t UNUSED_PARAM, char **args UNUSED_PARAM)
        int col;
        const struct builtincmd *x;
 
-       printf("\n"
+       printf(
                "Built-in commands:\n"
                "------------------\n");