From 7afe417a60a3b80ba16cd758b62e3f500350fb3e Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 20 Oct 2014 22:34:31 +0000 Subject: Missed a couple of cmd_entry struct members from previous. --- cmd-select-layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-select-layout.c') diff --git a/cmd-select-layout.c b/cmd-select-layout.c index 5f007740..77137b74 100644 --- a/cmd-select-layout.c +++ b/cmd-select-layout.c @@ -30,6 +30,7 @@ const struct cmd_entry cmd_select_layout_entry = { "select-layout", "selectl", "npt:", 0, 1, "[-np] " CMD_TARGET_WINDOW_USAGE " [layout-name]", + 0, cmd_select_layout_exec }; -- cgit v1.2.3