summaryrefslogtreecommitdiffstats
path: root/cmd-last-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-last-window.c')
-rw-r--r--cmd-last-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-last-window.c b/cmd-last-window.c
index 48c7fe0e..5ea2ad7e 100644
--- a/cmd-last-window.c
+++ b/cmd-last-window.c
@@ -29,7 +29,7 @@ int cmd_last_window_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_last_window_entry = {
"last-window", "last",
CMD_TARGET_SESSION_USAGE,
- 0,
+ 0, 0,
cmd_target_init,
cmd_target_parse,
cmd_last_window_exec,