From d44be5e8701bd2bf60fc3eaf1ce7c29259a5ed1c Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 6 Aug 2012 18:12:15 +0000 Subject: [PATCH] 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 --- modules/generators/mod_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2