From: Christophe Jaillet Date: Mon, 6 Oct 2014 19:25:04 +0000 (+0000) Subject: Fix one missed s/tab/space/ X-Git-Tag: 2.5.0-alpha~3798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fba481840163d3bf923e90315c847de9b39df0a4;p=apache Fix one missed s/tab/space/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629740 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/debugging/mod_firehose.c b/modules/debugging/mod_firehose.c index 7228c2e2b2..b74275fa19 100644 --- a/modules/debugging/mod_firehose.c +++ b/modules/debugging/mod_firehose.c @@ -580,7 +580,7 @@ static const char *firehose_enable_connection(cmd_parms *cmd, firehose->nonblock = APR_FOPEN_NONBLOCK; #else return "The parameter 'nonblock' is not supported by APR on this " - "platform"; + "platform"; #endif } else if (!strcmp(arg1, "block")) {