summaryrefslogtreecommitdiff
path: root/tests/strut.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/strut.c')
-rw-r--r--tests/strut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/strut.c b/tests/strut.c
index a0068ae4..15a48607 100644
--- a/tests/strut.c
+++ b/tests/strut.c
@@ -43,7 +43,7 @@ int main () {
x, y, w, h, 10, CopyFromParent, CopyFromParent,
CopyFromParent, 0, NULL);
- XSetWindowBackground(display,win,WhitePixel(display,0));
+ XSetWindowBackground(display,win,WhitePixel(display,0));
XMapWindow(display, win);
XFlush(display);