diff options
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index bb7e905db..9425c7bd4 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -777,7 +777,7 @@ static int busybox_main(char **argv) col += len2; a += len2 - 1; } - full_write2_str("\n\n"); + full_write2_str("\n"); return 0; } |