diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-10-06 21:25:04 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-10-06 21:25:04 +0200 |
commit | fba481840163d3bf923e90315c847de9b39df0a4 (patch) | |
tree | d8e33947461a881d2f1903a8b0cd126bdbad1fb3 /modules/debugging | |
parent | s/tab/space/ (diff) | |
download | apache2-fba481840163d3bf923e90315c847de9b39df0a4.tar.xz apache2-fba481840163d3bf923e90315c847de9b39df0a4.zip |
Fix one missed s/tab/space/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r-- | modules/debugging/mod_firehose.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |