]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
spurious ;
[chaz/openbox] / openbox / place.c
index a76086e01ffea8341b65be6e5e56d846f0a53834..1a528ce825081abcd97ec95dc8a5a02449c95f0c 100644 (file)
@@ -419,7 +419,7 @@ gboolean place_client(ObClient *client, gint *x, gint *y, ObAppSettings *setting
     if (client->positioned)
         return FALSE;
     if (place_transient(client, x, y))
-        ret = TRUE;;
+        ret = TRUE;
     else if (!(
         place_per_app_setting(client, x, y, settings) ||
         ((config_place_policy == OB_PLACE_POLICY_MOUSE) ?
This page took 0.022119 seconds and 4 git commands to generate.