diff options
Diffstat (limited to 'cmd-clear-history.c')
-rw-r--r-- | cmd-clear-history.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-clear-history.c b/cmd-clear-history.c index cce3ea18..e1342880 100644 --- a/cmd-clear-history.c +++ b/cmd-clear-history.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $OpenBSD$ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -31,7 +31,6 @@ const struct cmd_entry cmd_clear_history_entry = { "t:", 0, 0, CMD_TARGET_PANE_USAGE, 0, - NULL, cmd_clear_history_exec }; |