From fc51f07699c12d18c3f565bd7da9ff7eeda0ecde Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 15 Jul 2010 00:04:14 +0000 Subject: Remove more extraneous ;s. --- usr.bin/col/col.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/col') 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) -- cgit v1.1