summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-find-window.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2012-06-25 13:49:16 +0000
committernicm <nicm@openbsd.org>2012-06-25 13:49:16 +0000
commita9f5bd836d064ecaaaa48c73d401b189fce941e1 (patch)
tree15526d2c98c1af6ce9fbd0d4868ac369e8b0852a /usr.bin/tmux/cmd-find-window.c
parentautomake has different naming rules, I was mistaken, those require conflict (diff)
downloadwireguard-openbsd-a9f5bd836d064ecaaaa48c73d401b189fce941e1.tar.xz
wireguard-openbsd-a9f5bd836d064ecaaaa48c73d401b189fce941e1.zip
Trim a blank line.
Diffstat (limited to 'usr.bin/tmux/cmd-find-window.c')
-rw-r--r--usr.bin/tmux/cmd-find-window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-find-window.c b/usr.bin/tmux/cmd-find-window.c
index 4f0ae47c8d6..0d8f726a905 100644
--- a/usr.bin/tmux/cmd-find-window.c
+++ b/usr.bin/tmux/cmd-find-window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-find-window.c,v 1.13 2012/05/22 11:35:37 nicm Exp $ */
+/* $OpenBSD: cmd-find-window.c,v 1.14 2012/06/25 13:49:16 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -43,7 +43,6 @@ void cmd_find_window_free(void *);
CMD_FIND_WINDOW_BY_CONTENT | \
CMD_FIND_WINDOW_BY_NAME)
-
const struct cmd_entry cmd_find_window_entry = {
"find-window", "findw",
"F:CNt:T", 1, 4,