summaryrefslogtreecommitdiffstats
path: root/cmd-choose-tree.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-08-11 06:46:47 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-08-11 06:46:47 +0000
commit8889a48f9baa6e05e387750930da84fd391600f9 (patch)
treec1b2df6f63d8f99df6558f0b9ff0386c4461f55e /cmd-choose-tree.c
parenta3dec6becef3295e8bd376d5e5b017c538fb10fc (diff)
Fix a return type.
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 1fa40c96..102fdc3c 100644
--- a/cmd-choose-tree.c
+++ b/cmd-choose-tree.c
@@ -34,7 +34,7 @@
* Enter choice mode to choose a session and/or window.
*/
-int cmd_choose_tree_exec(struct cmd *, struct cmd_ctx *);
+enum cmd_retval cmd_choose_tree_exec(struct cmd *, struct cmd_ctx *);
void cmd_choose_tree_callback(struct window_choose_data *);
void cmd_choose_tree_free(struct window_choose_data *);