diff options
author | 2012-06-25 13:49:16 +0000 | |
---|---|---|
committer | 2012-06-25 13:49:16 +0000 | |
commit | a9f5bd836d064ecaaaa48c73d401b189fce941e1 (patch) | |
tree | 15526d2c98c1af6ce9fbd0d4868ac369e8b0852a /usr.bin/tmux/cmd-find-window.c | |
parent | automake has different naming rules, I was mistaken, those require conflict (diff) | |
download | wireguard-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.c | 3 |
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, |