summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2010-07-15 00:04:14 +0000
committeremaste <emaste@FreeBSD.org>2010-07-15 00:04:14 +0000
commitfc51f07699c12d18c3f565bd7da9ff7eeda0ecde (patch)
tree2f72aa28f77cae901846b174d2052dedf2ee37f5 /usr.bin/xlint/lint1
parent7e0d773037f6c4f0fbea1013f4104552d7c73fd3 (diff)
downloadFreeBSD-src-fc51f07699c12d18c3f565bd7da9ff7eeda0ecde.zip
FreeBSD-src-fc51f07699c12d18c3f565bd7da9ff7eeda0ecde.tar.gz
Remove more extraneous ;s.
Diffstat (limited to 'usr.bin/xlint/lint1')
-rw-r--r--usr.bin/xlint/lint1/mem1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c
index 280a63c..735115c 100644
--- a/usr.bin/xlint/lint1/mem1.c
+++ b/usr.bin/xlint/lint1/mem1.c
@@ -218,7 +218,7 @@ xgetblk(mbl_t **mbp, size_t s)
frmblks = mb->nxt;
}
mb->ffree = mb->blk;
- mb->nfree = mb->size;;
+ mb->nfree = mb->size;
mb->nxt = *mbp;
*mbp = mb;
}
OpenPOWER on IntegriCloud