From: Glenn L McGrath Date: Sat, 30 Aug 2003 12:38:13 +0000 (-0000) Subject: save a couple of bytes X-Git-Tag: 1_00_pre3~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bb13624d8c31d5e4b725c5df0d9d19d834dc4a7b;p=oweals%2Fbusybox.git save a couple of bytes --- diff --git a/miscutils/strings.c b/miscutils/strings.c index 6e4534585..1231a93bd 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c @@ -105,7 +105,7 @@ pipe: else { if(i>n) - puts(""); + putchar('\n'); i=0; } count++;