aboutsummaryrefslogtreecommitdiff
path: root/cmd-choose-tree.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2013-01-17 22:14:18 +0000
committerThomas Adam <thomas@xteddy.org>2013-01-17 22:14:18 +0000
commit2ca8b7f3593ec5a88c9f56a43f5076800957a0db (patch)
tree5fde002fa09c9fe26098766fa581f88d050fff90 /cmd-choose-tree.c
parent57ca4289759a438829aa79149f152ec46533e258 (diff)
parent3a09e01a8e0e64f02ec054ca098da0bd8bbdf5dd (diff)
downloadrtmux-2ca8b7f3593ec5a88c9f56a43f5076800957a0db.tar.gz
rtmux-2ca8b7f3593ec5a88c9f56a43f5076800957a0db.tar.bz2
rtmux-2ca8b7f3593ec5a88c9f56a43f5076800957a0db.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-choose-tree.c')
-rw-r--r--cmd-choose-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-choose-tree.c b/cmd-choose-tree.c
index 4432ff7e..cf0b772a 100644
--- a/cmd-choose-tree.c
+++ b/cmd-choose-tree.c
@@ -219,6 +219,7 @@ windows_only:
free(final_win_action);
}
+
/*
* If we're just drawing windows, don't consider moving on to
* other sessions as we only list windows in this session.
@@ -260,5 +261,4 @@ cmd_choose_tree_free(struct window_choose_data *cdata)
free(cdata->command);
format_free(cdata->ft);
free(cdata);
-
}