diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-16 12:01:21 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-16 12:01:21 +0000 |
commit | f734d81074c6bd587b36c7d49dc359821412c29c (patch) | |
tree | 1e7ee13c6355697f62c20ec15edbc9c7ded2726e /cmd-set-option.c | |
parent | c9f2dc5ee5ffc2d71f492b23ff1ee80619c12258 (diff) | |
parent | 8b8d0963da522c3a0ac4e99dc9264b6fda2b477a (diff) | |
download | rtmux-f734d81074c6bd587b36c7d49dc359821412c29c.tar.gz rtmux-f734d81074c6bd587b36c7d49dc359821412c29c.tar.bz2 rtmux-f734d81074c6bd587b36c7d49dc359821412c29c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r-- | cmd-set-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c index cc8b7570..a0138d86 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -72,7 +72,7 @@ cmd_set_option_exec(struct cmd *self, struct cmdq_item *item) struct cmd_find_state *fs = &item->state.tflag; struct session *s = fs->s; struct winlink *wl = fs->wl; - struct window *w = wl->window; + struct window *w; struct client *c; enum options_table_scope scope; struct options *oo; |