aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-09-10 15:38:02 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-09-10 15:38:02 +0100
commitabcbfcb0e801598a868ca6eee0127ebf4bf4ace8 (patch)
tree814e371bcd15a6e3c5ba3757173196b646fe0306 /cmd-set-option.c
parent6e2b3f435ae49e4d372476c4a8a2ef64d497c87d (diff)
parent7f83b53027c98589b516c4137a2fbc48a70e230b (diff)
downloadrtmux-abcbfcb0e801598a868ca6eee0127ebf4bf4ace8.tar.gz
rtmux-abcbfcb0e801598a868ca6eee0127ebf4bf4ace8.tar.bz2
rtmux-abcbfcb0e801598a868ca6eee0127ebf4bf4ace8.zip
Merge branch 'master' into 2.6-rc
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 02504d5c..d1ec6fcf 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -190,7 +190,7 @@ cmd_set_option_exec(struct cmd *self, struct cmdq_item *item)
/* Change the option. */
if (args_has(args, 'u')) {
if (o == NULL)
- goto fail;
+ goto out;
if (idx == -1) {
if (oo == global_options ||
oo == global_s_options ||