summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-refresh-client.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-01-10 19:45:55 +0000
committernicm <nicm@openbsd.org>2017-01-10 19:45:55 +0000
commitfd72b0b76a24c08d38454e0cdbf9f156f32a4735 (patch)
tree8fc82d0628354213f359801409c518ccdcea1328 /usr.bin/tmux/cmd-refresh-client.c
parentNeed to escape ; twice because the command list parser will eat one, (diff)
downloadwireguard-openbsd-fd72b0b76a24c08d38454e0cdbf9f156f32a4735.tar.xz
wireguard-openbsd-fd72b0b76a24c08d38454e0cdbf9f156f32a4735.zip
Minor tidying in a couple of commands.
Diffstat (limited to 'usr.bin/tmux/cmd-refresh-client.c')
-rw-r--r--usr.bin/tmux/cmd-refresh-client.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-refresh-client.c b/usr.bin/tmux/cmd-refresh-client.c
index bdb8e9f2978..371be312fc9 100644
--- a/usr.bin/tmux/cmd-refresh-client.c
+++ b/usr.bin/tmux/cmd-refresh-client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-refresh-client.c,v 1.22 2016/10/16 19:04:05 nicm Exp $ */
+/* $OpenBSD: cmd-refresh-client.c,v 1.23 2017/01/10 19:45:55 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -24,7 +24,8 @@
* Refresh client.
*/
-static enum cmd_retval cmd_refresh_client_exec(struct cmd *, struct cmdq_item *);
+static enum cmd_retval cmd_refresh_client_exec(struct cmd *,
+ struct cmdq_item *);
const struct cmd_entry cmd_refresh_client_entry = {
.name = "refresh-client",