From 288bb4c9f73908be14a2d506be43bbf6f3ba3e25 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 27 Jun 2005 19:30:23 +0000 Subject: [PATCH] Argh. Style Fix. Habits are hard to kill. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@202039 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm_common.c b/server/mpm_common.c index 9238f2ebb6..0fa8485fa4 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -546,7 +546,7 @@ static apr_status_t pod_signal_internal(ap_pod_t *pod) */ static apr_status_t dummy_connection(ap_pod_t *pod) { - const char* srequest = "GET / HTTP/1.0\r\n\r\n"; + const char *srequest = "GET / HTTP/1.0\r\n\r\n"; apr_status_t rv; apr_socket_t *sock; apr_pool_t *p; -- 2.50.1