summaryrefslogtreecommitdiffstats
path: root/usr.bin/unexpand/unexpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/unexpand/unexpand.c')
-rw-r--r--usr.bin/unexpand/unexpand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c
index 0d6b80c..a98df55 100644
--- a/usr.bin/unexpand/unexpand.c
+++ b/usr.bin/unexpand/unexpand.c
@@ -176,6 +176,7 @@ tabify(void)
} else if (ch == '\n') {
putchar('\n');
doneline = ocol = dcol = 0;
+ continue;
} else if (ch != ' ' || dcol > limit) {
putchar(ch);
if (isprint(ch))
OpenPOWER on IntegriCloud