runsv: run ./finish with parameters (runit compat)
[oweals/busybox.git] / shell / lash_unused.c
index 21ea5471b3e44d3da1227e58a181f9c4af46bec4..2574987c5c07aa6be30ed3b083905a0ebeb16b4c 100644 (file)
@@ -312,7 +312,7 @@ static int builtin_help(struct child_prog UNUSED_PARAM *dummy)
 {
        const struct built_in_command *x;
 
-       printf("\n"
+       printf(
                "Built-in commands:\n"
                "------------------\n");
        for (x = bltins; x <= &VEC_LAST(bltins); x++) {