diff options
Diffstat (limited to 'usr.bin/xlint/lint1/mem1.c')
-rw-r--r-- | usr.bin/xlint/lint1/mem1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c index e2f28521a63..ead2d875036 100644 --- a/usr.bin/xlint/lint1/mem1.c +++ b/usr.bin/xlint/lint1/mem1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem1.c,v 1.4 2002/02/16 21:27:59 millert Exp $ */ +/* $OpenBSD: mem1.c,v 1.5 2003/08/06 21:08:08 millert Exp $ */ /* $NetBSD: mem1.c,v 1.2 1995/07/03 21:24:25 cgd Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: mem1.c,v 1.4 2002/02/16 21:27:59 millert Exp $"; +static char rcsid[] = "$OpenBSD: mem1.c,v 1.5 2003/08/06 21:08:08 millert Exp $"; #endif #include <sys/types.h> @@ -216,7 +216,7 @@ xgetblk(mbp, s) frmblks = mb->nxt; } mb->ffree = mb->blk; - mb->nfree = mb->size;; + mb->nfree = mb->size; mb->nxt = *mbp; *mbp = mb; } |