diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-15 13:57:57 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-15 13:57:57 +0100 |
commit | 57ad1f6ddf0776a2115b3bf62d58744666b1b283 (patch) | |
tree | 7f0ed40c51abe69141bea82940c2637bd61474a5 /cmd-set-option.c | |
parent | 54bd7612868341c47bd3bd237c9598d5860b3ef3 (diff) | |
parent | b5d789a53167552e355848ecfec100cb70b61d97 (diff) | |
download | rtmux-57ad1f6ddf0776a2115b3bf62d58744666b1b283.tar.gz rtmux-57ad1f6ddf0776a2115b3bf62d58744666b1b283.tar.bz2 rtmux-57ad1f6ddf0776a2115b3bf62d58744666b1b283.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r-- | cmd-set-option.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c index 98ab2513..e0b07edb 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -263,7 +263,6 @@ cmd_set_option_user(struct cmd *self, struct cmd_q *cmdq, const char *optstr, return (CMD_RETURN_NORMAL); } - /* Unset an option. */ int cmd_set_option_unset(struct cmd *self, struct cmd_q *cmdq, |