summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/focus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index 1006c725..740ce07b 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -294,7 +294,7 @@ void focus_cycle(gboolean forward, gboolean linear,
static ObClient *t = NULL;
static GList *order = NULL;
GList *it, *start, *list;
- ObClient *ft;
+ ObClient *ft = NULL;
if (cancel) {
if (focus_cycle_target)