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-respawn-pane.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd-respawn-pane.c') diff --git a/cmd-respawn-pane.c b/cmd-respawn-pane.c index c2dcf9e6..47031539 100644 --- a/cmd-respawn-pane.c +++ b/cmd-respawn-pane.c @@ -35,7 +35,6 @@ const struct cmd_entry cmd_respawn_pane_entry = { "kt:", 0, -1, "[-k] " CMD_TARGET_PANE_USAGE " [command]", 0, - NULL, cmd_respawn_pane_exec }; -- cgit