Wmfs: Fix typo.
This commit is contained in:
@@ -208,7 +208,7 @@ scan(void)
|
||||
|
||||
c = client_manage(w[i], &wa, False);
|
||||
|
||||
if(tag != -1 )
|
||||
if(tag != -1)
|
||||
c->tag = tag;
|
||||
if(screen != -1 && screen <= screen_count() - 1)
|
||||
c->screen = screen;
|
||||
|
||||
Reference in New Issue
Block a user