commit 32183505ec4dc9c66e4d6afc64a53054e6459c89 parent 2c8bfd20bd0a5f65d9b513083210049701420ad6 Author: Stephen Paul Weber <singpolyma@singpolyma.net> Date: Mon, 31 Oct 2011 18:32:10 -0500 whitespace Diffstat:
thingmenu.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thingmenu.c b/thingmenu.c @@ -276,7 +276,7 @@ void drawentry(Entry *e) { int x, y, h, len; - XRectangle r = { e->x, e->y, e->w, e->h}; + XRectangle r = { e->x, e->y, e->w, e->h }; const char *l; ulong *col;