1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

follow-on to r1097070:

axe unnecessary trailing comma


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2012-08-06 18:12:15 +00:00
parent 209a7b89f1
commit d44be5e870

View 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;