gbenson 01/11/09 08:52:41
Modified: perl-framework/c-modules/echo_post mod_echo_post.c
Log:
M-x untabify (my fault, not Joe's)
Revision Changes Path
1.7 +1 -1
httpd-test/perl-framework/c-modules/echo_post/mod_echo_post.c
Index: mod_echo_post.c
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/c-modules/echo_post/mod_echo_post.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mod_echo_post.c 2001/11/09 16:50:22 1.6
+++ mod_echo_post.c 2001/11/09 16:52:41 1.7
@@ -26,7 +26,7 @@
if ((rc = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR)) != OK) {
ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO,
#ifdef APACHE2
- 0,
+ 0,
#endif /* APACHE2 */
r->server,
"[mod_echo_post] ap_setup_client_block failed: %d", rc);