summaryrefslogtreecommitdiffstats
path: root/usr.bin/col/col.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/col/col.c')
-rw-r--r--usr.bin/col/col.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index 8b45ba6..4d20f5e 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -461,7 +461,7 @@ flush_line(LINE *l)
if (compress_spaces && nspace > 1) {
while (1) {
- int tab_col, tab_size;;
+ int tab_col, tab_size;
tab_col = (last_col + 8) & ~7;
if (tab_col > this_col)
OpenPOWER on IntegriCloud