aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-08-30 12:38:13 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-08-30 12:38:13 +0000
commitbb13624d8c31d5e4b725c5df0d9d19d834dc4a7b (patch)
tree02859554adbabac3d12284863efd5e516780284f
parent502907f5b33cd10cbe2a2eaffb65ca8d590d9436 (diff)
downloadbusybox-w32-bb13624d8c31d5e4b725c5df0d9d19d834dc4a7b.tar.gz
busybox-w32-bb13624d8c31d5e4b725c5df0d9d19d834dc4a7b.tar.bz2
busybox-w32-bb13624d8c31d5e4b725c5df0d9d19d834dc4a7b.zip
save a couple of bytes
-rw-r--r--miscutils/strings.c2
1 files changed, 1 insertions, 1 deletions
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:
105 else 105 else
106 { 106 {
107 if(i>n) 107 if(i>n)
108 puts(""); 108 putchar('\n');
109 i=0; 109 i=0;
110 } 110 }
111 count++; 111 count++;