]> Dogcows Code - chaz/openbox/commitdiff
stray ; killed if
authorMikael Magnusson <mikachu@comhem.se>
Sat, 9 Sep 2006 22:05:31 +0000 (22:05 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 9 Sep 2006 22:05:31 +0000 (22:05 +0000)
openbox/action.c

index 181ef38ebef782c7c9056660da5d59abd6e87f23..7f9d113f1595661057019d5b1b931b91bd3adcb8 100644 (file)
@@ -1073,7 +1073,7 @@ void action_focus(union ActionData *data)
 
 void action_unfocus (union ActionData *data)
 {
-    if (data->client.any.c == focus_client);
+    if (data->client.any.c == focus_client)
         focus_fallback(OB_FOCUS_FALLBACK_UNFOCUSING);
 }
 
This page took 0.024044 seconds and 4 git commands to generate.