about summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2013-04-30 21:10:23 +0000
committerokan <okan>2013-04-30 21:10:23 +0000
commit6e8f1f29554e917676a910d7a1568415e52b870a (patch)
treec8aefbef33f86bf370b118f764a05e6704be9577 /group.c
parent94e341725b9e44c4ce1b15135b5b825c5c2b2dd3 (diff)
downloadcwm-6e8f1f29554e917676a910d7a1568415e52b870a.tar.gz
cwm-6e8f1f29554e917676a910d7a1568415e52b870a.tar.xz
cwm-6e8f1f29554e917676a910d7a1568415e52b870a.zip
type fix
Diffstat (limited to 'group.c')
-rw-r--r--group.c3
1 files changed, 1 insertions, 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) {