summaryrefslogtreecommitdiffstats
path: root/cmd-next-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-next-layout.c')
-rw-r--r--cmd-next-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-next-layout.c b/cmd-next-layout.c
index 85fd8d35..b89dda3d 100644
--- a/cmd-next-layout.c
+++ b/cmd-next-layout.c
@@ -29,7 +29,7 @@ int cmd_next_layout_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_next_layout_entry = {
"next-layout", "nextl",
CMD_TARGET_WINDOW_USAGE,
- 0,
+ 0, 0,
cmd_target_init,
cmd_target_parse,
cmd_next_layout_exec,