summaryrefslogtreecommitdiffstats
path: root/cmd-respawn-pane.c
diff options
context:
space:
mode:
authornicm <nicm>2014-10-20 22:34:31 +0000
committernicm <nicm>2014-10-20 22:34:31 +0000
commit7afe417a60a3b80ba16cd758b62e3f500350fb3e (patch)
tree5d1917ff4fbfb74fbb62c49bca16481503134fd2 /cmd-respawn-pane.c
parent45dfc5a074e2ceae11a6d4aeae597bee1e028503 (diff)
Missed a couple of cmd_entry struct members from previous.
Diffstat (limited to 'cmd-respawn-pane.c')
-rw-r--r--cmd-respawn-pane.c1
1 files changed, 0 insertions, 1 deletions
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
};