summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 98097d7a..51de17da 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -1236,7 +1236,7 @@ void action_growtoedge(union ActionData *data)
if (!c)
return;
- a = = screen_area(c->desktop);
+ a = screen_area(c->desktop);
x = c->frame->area.x;
y = c->frame->area.y;
width = c->frame->area.width;