Do not print useless empty line after list of applets

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-11-28 01:29:28 +01:00
parent 1d3a04a3a4
commit 7d877fc931

View File

@ -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;
}