diff options
author | Moritz Jodeit <moritz@cvs.openbsd.org> | 2006-03-17 22:02:59 +0000 |
---|---|---|
committer | Moritz Jodeit <moritz@cvs.openbsd.org> | 2006-03-17 22:02:59 +0000 |
commit | dbdd0ff8d7efaec32efe4f71e8cd5cd0885bd24b (patch) | |
tree | 6e5e36347d84a37ffe13457f0a93fef95906491a /usr.bin | |
parent | f7f8873d351a315565b17de9ddf2d7b61a14ccbd (diff) |
more delinting.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tip/value.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/value.c b/usr.bin/tip/value.c index 9f262c7ff23..f381a1f1773 100644 --- a/usr.bin/tip/value.c +++ b/usr.bin/tip/value.c @@ -1,4 +1,4 @@ -/* $OpenBSD: value.c,v 1.13 2006/03/17 14:43:06 moritz Exp $ */ +/* $OpenBSD: value.c,v 1.14 2006/03/17 22:02:58 moritz Exp $ */ /* $NetBSD: value.c,v 1.6 1997/02/11 09:24:09 mrg Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = "$OpenBSD: value.c,v 1.13 2006/03/17 14:43:06 moritz Exp $"; +static const char rcsid[] = "$OpenBSD: value.c,v 1.14 2006/03/17 22:02:58 moritz Exp $"; #endif /* not lint */ #include "tip.h" @@ -48,7 +48,7 @@ static void vprint(value_t *); static int vaccess(unsigned int, unsigned int); static char *vinterp(char *, int); -static int col = 0; +static size_t col = 0; /* * Variable manipulation |