summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/server.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2014-04-17 14:45:49 +0000
committernicm <nicm@openbsd.org>2014-04-17 14:45:49 +0000
commitbfcd10e276c0fec88a2301301465ddef9e4b5b42 (patch)
treeb48fe436a33d640a282abf15f839c9310a14e9fe /usr.bin/tmux/server.c
parentInitial KNF. (diff)
downloadwireguard-openbsd-bfcd10e276c0fec88a2301301465ddef9e4b5b42.tar.xz
wireguard-openbsd-bfcd10e276c0fec88a2301301465ddef9e4b5b42.zip
Some more long lines.
Diffstat (limited to 'usr.bin/tmux/server.c')
-rw-r--r--usr.bin/tmux/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/server.c b/usr.bin/tmux/server.c
index ce7ea727e65..3924159ae1b 100644
--- a/usr.bin/tmux/server.c
+++ b/usr.bin/tmux/server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server.c,v 1.111 2013/10/20 17:28:43 nicm Exp $ */
+/* $OpenBSD: server.c,v 1.112 2014/04/17 14:45:49 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -216,7 +216,7 @@ server_loop(void)
}
}
-/* Check if the server should be shutting down (no more clients or sessions). */
+/* Check if the server should exit (no more clients or sessions). */
int
server_should_shutdown(void)
{