]> granicus.if.org Git - apache/blobdiff - modules/arch/win32/mod_isapi.c
Unsure why win32 never noticed this, but the value returned is a const char*
[apache] / modules / arch / win32 / mod_isapi.c
index bf99360e0ffc138de36083c596c8dcc103f3d8b4..0ac11d757b35c94f63dfaca0f126dcc636f71c24 100644 (file)
@@ -629,7 +629,7 @@ static apr_ssize_t send_response_header(isapi_cid *cid,
 {
     int head_present = 1;
     int termarg;
-    char *termch;
+    const char *termch;
     apr_size_t ate = 0;
 
     if (!head || headlen == 0 || !*head) {