From 18fc0b963dba106646e818856fbaa82bb98aa083 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sun, 16 Oct 2011 16:47:55 -0500 Subject: top: use existing unsigned vs. separate int --- top/top.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/top/top.c b/top/top.c index 2a0ed91..ed6d8c0 100644 --- a/top/top.c +++ b/top/top.c @@ -1699,8 +1699,7 @@ static void zap_fieldstab (void) { static char fmts_pid[8]; static char fmts_cpu[8]; static int once; - int i; - unsigned digits; + unsigned i, digits; char buf[8]; if (once) goto always; -- cgit v1.2.1