JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added missing space
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index fe73867..ba99ee0 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -149,7 +149,7 @@ drawclient(Client *c) {
        XMapWindow(dpy, c->twin);
        dc.x = dc.y = 0;
        dc.w = c->tw;
-       drawtext(c->name, dc.norm, False,False);
+       drawtext(c->name, dc.norm, False, False);
        XCopyArea(dpy, dc.drawable, c->twin, dc.gc, 0, 0, c->tw, c->th, 0, 0);
        XSync(dpy, False);
 }