From: Jeff Trawick Date: Mon, 6 Aug 2012 18:12:15 +0000 (+0000) Subject: follow-on to r1097070: X-Git-Tag: 2.5.0-alpha~6480 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44be5e8701bd2bf60fc3eaf1ce7c29259a5ed1c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index ced19edbb97..50bcb27297b 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -582,7 +582,7 @@ static int status_handler(request_rec *r) "\"L\" Logging, \n" "\"G\" Gracefully finishing,
\n" "\"I\" Idle cleanup of worker, \n" - "\".\" Open slot with no current process,
\n" + "\".\" Open slot with no current process
\n" "

\n", r); if (!ap_extended_status) { int j;