From: Ian Holsman Date: Wed, 30 Jan 2002 04:37:29 +0000 (+0000) Subject: make it compile on win32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33640e456d226091e048114aff7e2e5baaad1cc7;p=apache make it compile on win32 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93094 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 38cabd87df..e87b903c0e 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -387,7 +387,7 @@ AP_DECLARE(apr_status_t) ap_rgetline(char **s, apr_size_t n, const char *str; apr_bucket_brigade *bb; apr_size_t len; - const char c; + char c; /* Create a brigade for this filter read. */ bb = apr_brigade_create(r->pool);