This commit is contained in:
okan 2013-04-30 21:10:23 +00:00
parent 94e341725b
commit 6e8f1f2955

View File

@ -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) {