summaryrefslogtreecommitdiffstats
path: root/server.c
diff options
context:
space:
mode:
authornicm <nicm>2014-04-17 14:45:49 +0000
committernicm <nicm>2014-04-17 14:45:49 +0000
commita5d4b7f3d927b267e21aa34c2451669318536e46 (patch)
tree0348849c34d544593e61f9874a5bfbf46c324a23 /server.c
parentf194f103a2c8301ba9eea67eefc3e15f76edbca5 (diff)
Some more long lines.
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 8ac9321e..ea8b77f1 100644
--- a/server.c
+++ b/server.c
@@ -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)
{