From: octo Date: Wed, 24 May 2006 06:16:00 +0000 (+0000) Subject: apcups.c: Closed run-away comment. Sorry. X-Git-Tag: svn-trunk~15^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=184f4ae92a01009c402acb21ab4a455cc938a0ca;p=collectd.git apcups.c: Closed run-away comment. Sorry. --- diff --git a/src/apcups.c b/src/apcups.c index a1fa2770..8cad3dff 100644 --- a/src/apcups.c +++ b/src/apcups.c @@ -349,7 +349,7 @@ static int apc_query_server (char *host, int port, /* TODO: Keep the socket open, if possible */ if ((sockfd = net_open (host, NULL, port)) < 0) { - /* Complain once every six hours. + /* Complain once every six hours. */ int complain_step = 21600 / atoi (COLLECTD_STEP); if ((complain % complain_step) == 0)