aboutsummaryrefslogtreecommitdiff
path: root/cmd-kill-pane.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-kill-pane.c')
-rw-r--r--cmd-kill-pane.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-kill-pane.c b/cmd-kill-pane.c
index bf486eb3..f4735fd2 100644
--- a/cmd-kill-pane.c
+++ b/cmd-kill-pane.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $OpenBSD$ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -33,7 +33,6 @@ const struct cmd_entry cmd_kill_pane_entry = {
"at:", 0, 0,
"[-a] " CMD_TARGET_PANE_USAGE,
0,
- NULL,
cmd_kill_pane_exec
};