diff options
Diffstat (limited to 'cmd-show-window-options.c')
-rw-r--r-- | cmd-show-window-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-window-options.c b/cmd-show-window-options.c index dd8914a1..9f9c65ca 100644 --- a/cmd-show-window-options.c +++ b/cmd-show-window-options.c @@ -54,7 +54,7 @@ cmd_show_window_options_exec(struct cmd *self, struct cmd_ctx *ctx) long long vn; if (data->flags & CMD_GFLAG) - oo = &global_window_options; + oo = &global_w_options; else { if ((wl = cmd_find_window(ctx, data->target, NULL)) == NULL) return (-1); |