rm double ;;
This commit is contained in:
parent
15386e86d4
commit
60fa05f70c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue