From 60fa05f70c7bd4c63c31ebeebd63ea614a7a2bcd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Aug 2003 08:15:45 +0000 Subject: [PATCH] rm double ;; --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.2