commit | 7d877fc9312a742b06125927bb1d34bd35398c6c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Nov 28 01:29:28 2016 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Nov 28 01:29:28 2016 +0100 |
tree | e8a2ac0317e69494e8320b519797df95210b77e3 | |
parent | 1d3a04a3a4be8682d4317251fc14e81ad655d58a [diff] [blame] |
Do not print useless empty line after list of applets Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index bb7e905..9425c7b 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c
@@ -777,7 +777,7 @@ col += len2; a += len2 - 1; } - full_write2_str("\n\n"); + full_write2_str("\n"); return 0; }