Wmfs: Fix typo.

This commit is contained in:
Martin Duquesnoy 2009-08-20 12:09:42 +02:00
parent 81b9f8ebed
commit a5a5126082

View File

@ -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;