From 544f5611e1fc84597db819d111c8fd98bb719de6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 24 Jun 1999 22:26:50 +0000 Subject: [PATCH] lint --- lib/dns/masterdump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 48e34c9fd0..3478f58da5 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -173,7 +173,8 @@ indent(unsigned int *current, unsigned int to, int tabwidth, { isc_region_t r; unsigned char *p; - int from, ntabs, nspaces, t; + unsigned int from; + int ntabs, nspaces, t; from = *current;