From: Paul Querna Date: Mon, 27 Jun 2005 19:30:23 +0000 (+0000) Subject: Argh. Style Fix. Habits are hard to kill. X-Git-Tag: 2.1.7~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=288bb4c9f73908be14a2d506be43bbf6f3ba3e25;p=apache 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 --- 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;