whoops - missing }

This commit is contained in:
rsc 2004-04-05 22:01:23 +00:00
parent cc3c704cf3
commit 88cbb82295

View file

@ -121,9 +121,10 @@ manage(Client *c, int mapped)
cmapfocus(current);
return 0;
}
else
} else
gravitate(c, 0);
attrs.border_pixel = c->screen->black;
attrs.background_pixel = c->screen->white;
attrs.colormap = c->screen->def_cmap;