apcups.c: Closed run-away comment. Sorry.
authorocto <octo>
Wed, 24 May 2006 06:16:00 +0000 (06:16 +0000)
committerocto <octo>
Wed, 24 May 2006 06:16:00 +0000 (06:16 +0000)
src/apcups.c

index a1fa277..8cad3df 100644 (file)
@@ -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)