yet another typo fix

This commit is contained in:
Anselm R. Garbe 2006-04-26 19:07:27 +02:00
parent 0e1d040470
commit 8f00793a05

View File

@ -387,7 +387,7 @@ update_views()
for(i = 0; i < view.size; i++) {
Bool only_wildcards = True;
for(j = 0; j < client.size; j++) {
Client *c = client.data[i];
Client *c = client.data[j];
if(is_view_of(c, view.data[i]) && !strchr(c->tags, '*'))
only_wildcards = False;
}