From e20110f3445ba7f388482f5be7b72a922e548c92 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 10 Nov 2015 20:05:33 +0000 Subject: Start cleaning up name vs function differences; replace magic numbers. --- group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'group.c') diff --git a/group.c b/group.c index c455bcd..c39e0f1 100644 --- a/group.c +++ b/group.c @@ -272,7 +272,7 @@ group_cycle(struct screen_ctx *sc, int flags) newgc = oldgc; for (;;) { - newgc = (flags & CWM_RCYCLE) ? group_prev(newgc) : + newgc = (flags & CWM_CLIENT_RCYCLE) ? group_prev(newgc) : group_next(newgc); if (newgc == oldgc) -- cgit 1.4.1