summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-28 08:15:45 +0000
committerDana Jansens <danakj@orodu.net>2003-08-28 08:15:45 +0000
commit60fa05f70c7bd4c63c31ebeebd63ea614a7a2bcd (patch)
tree176f412c77d11d2e1ec732e62a36485ec6028648
parent15386e86d42898664f682d03d3f510452e2d9f69 (diff)
rm double ;;
-rw-r--r--openbox/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c
index 2f7c5c7d..eea3f9fc 100644
--- a/openbox/action.c
+++ b/openbox/action.c
@@ -1223,7 +1223,7 @@ void action_send_to_desktop_up(union ActionData *data)
void action_toggle_decorations(union ActionData *data)
{
- ObClient *c = data->client.c;;
+ ObClient *c = data->client.c;
if (!c) return;