From 8889a48f9baa6e05e387750930da84fd391600f9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 11 Aug 2012 06:46:47 +0000 Subject: [PATCH] Fix a return type. --- cmd-choose-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *);