diff --git a/patch/tagswapmon.c b/patch/tagswapmon.c index e25552f..a6f8a32 100644 --- a/patch/tagswapmon.c +++ b/patch/tagswapmon.c @@ -51,7 +51,7 @@ tagswapmon(const Arg *arg) } for (c = mc; c; c = next) { - next = ; + next = c->next; c->mon = selmon; c->tags = selmon->tagset[selmon->seltags]; /* assign tags of target monitor */ attach(c);