From 6e8f1f29554e917676a910d7a1568415e52b870a Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 30 Apr 2013 21:10:23 +0000 Subject: [PATCH] type fix --- group.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/group.c b/group.c index 336400c..d73f8c4 100644 --- a/group.c +++ b/group.c @@ -98,8 +98,7 @@ group_show(struct screen_ctx *sc, struct group_ctx *gc) { struct client_ctx *cc; Window *winlist; - u_int i; - int lastempty = -1; + int i, lastempty = -1; gc->highstack = 0; TAILQ_FOREACH(cc, &gc->clients, group_entry) {