aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col/col.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2010-07-15 00:04:14 +0000
committerEd Maste <emaste@FreeBSD.org>2010-07-15 00:04:14 +0000
commit5eb2aa454361cc763626891d0275b5d08a4491ff (patch)
tree2f72aa28f77cae901846b174d2052dedf2ee37f5 /usr.bin/col/col.c
parentd5af15eabf9cccc7e112ae137f5c46a8447afb55 (diff)
downloadsrc-5eb2aa454361cc763626891d0275b5d08a4491ff.tar.gz
src-5eb2aa454361cc763626891d0275b5d08a4491ff.zip
Remove more extraneous ;s.
Notes
Notes: svn path=/head/; revision=210088
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 8b45ba697202..4d20f5e71ba2 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)