]> granicus.if.org Git - apache/commitdiff
follow-on to r1097070:
authorJeff Trawick <trawick@apache.org>
Mon, 6 Aug 2012 18:12:15 +0000 (18:12 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 6 Aug 2012 18:12:15 +0000 (18:12 +0000)
axe unnecessary trailing comma

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369904 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index ced19edbb97f8ac888f15af3c3bdae8fe5bc2d5c..50bcb27297bd7fec96233ce39a7a9502b7c7fc2d 100644 (file)
@@ -582,7 +582,7 @@ static int status_handler(request_rec *r)
                  "\"<b><code>L</code></b>\" Logging, \n"
                  "\"<b><code>G</code></b>\" Gracefully finishing,<br /> \n"
                  "\"<b><code>I</code></b>\" Idle cleanup of worker, \n"
-                 "\"<b><code>.</code></b>\" Open slot with no current process,<br />\n"
+                 "\"<b><code>.</code></b>\" Open slot with no current process<br />\n"
                  "<p />\n", r);
         if (!ap_extended_status) {
             int j;