j***@apache.org
2014-10-06 19:25:04 UTC
Author: jailletc36
Date: Mon Oct 6 19:25:04 2014
New Revision: 1629740
URL: http://svn.apache.org/r1629740
Log:
Fix one missed s/tab/space/
Modified:
httpd/httpd/trunk/modules/debugging/mod_firehose.c
Modified: httpd/httpd/trunk/modules/debugging/mod_firehose.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/debugging/mod_firehose.c?rev=1629740&r1=1629739&r2=1629740&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/debugging/mod_firehose.c (original)
+++ httpd/httpd/trunk/modules/debugging/mod_firehose.c Mon Oct 6 19:25:04 2014
@@ -580,7 +580,7 @@ static const char *firehose_enable_conne
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")) {
Date: Mon Oct 6 19:25:04 2014
New Revision: 1629740
URL: http://svn.apache.org/r1629740
Log:
Fix one missed s/tab/space/
Modified:
httpd/httpd/trunk/modules/debugging/mod_firehose.c
Modified: httpd/httpd/trunk/modules/debugging/mod_firehose.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/debugging/mod_firehose.c?rev=1629740&r1=1629739&r2=1629740&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/debugging/mod_firehose.c (original)
+++ httpd/httpd/trunk/modules/debugging/mod_firehose.c Mon Oct 6 19:25:04 2014
@@ -580,7 +580,7 @@ static const char *firehose_enable_conne
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")) {