From 8b8d0963da522c3a0ac4e99dc9264b6fda2b477a Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 16 Feb 2017 10:53:25 +0000 Subject: Style nits. --- cmd-set-option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-set-option.c') 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; -- cgit v1.2.3