1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Match parameter types

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2005-01-11 17:15:02 +00:00
parent 46ba14216d
commit bd10bb4108

View File

@@ -452,7 +452,7 @@ static apr_status_t ajp_unmarshal_response(ajp_msg_t *msg,
{ {
apr_uint16_t status; apr_uint16_t status;
apr_status_t rc; apr_status_t rc;
char *ptr; const char *ptr;
apr_uint16_t num_headers; apr_uint16_t num_headers;
int i; int i;