summaryrefslogtreecommitdiffstats
path: root/cmd-show-options.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-12 21:02:27 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-12 21:02:27 +0100
commit699d9d2facd377c72c962e1f029f654530e8bba8 (patch)
treec5a71356eafec8f137ae30977e93f4d406cc80a4 /cmd-show-options.c
parent42da951edfc1fadee0e9e7f08deedb24ffe482b8 (diff)
parentc3c3927c2bf90f10623374edb579eb19fb192ab7 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r--cmd-show-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c
index e3cfbc54..a8bf597e 100644
--- a/cmd-show-options.c
+++ b/cmd-show-options.c
@@ -90,7 +90,7 @@ cmd_show_options_exec(struct cmd *self, struct cmdq_item *item)
window = (self->entry == &cmd_show_window_options_entry);
if (args->argc == 0) {
- scope = options_scope_from_flags(args, window, fs, &oo, &cause);
+ options_scope_from_flags(args, window, fs, &oo, &cause);
return (cmd_show_options_all(self, item, oo));
}
argument = format_single(item, args->argv[0], c, s, wl, NULL);