diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 07:10:12 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-16 07:10:12 +0000 |
commit | 10a543a810ac78eb5d754302b001debf9cd420c4 (patch) | |
tree | a4a4f43835bed4549007b82db516d460fc86c555 /src/http/ngx_http_headers.c | |
parent | 5596ede94ed311bb9d16ee11f6f68c97eb46d836 (diff) | |
download | nginx-10a543a810ac78eb5d754302b001debf9cd420c4.tar.gz nginx-10a543a810ac78eb5d754302b001debf9cd420c4.zip |
nginx-0.0.2-2004-03-16-10:10:12 import
Diffstat (limited to 'src/http/ngx_http_headers.c')
-rw-r--r-- | src/http/ngx_http_headers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_headers.c b/src/http/ngx_http_headers.c index 83fcae5cb..900323a96 100644 --- a/src/http/ngx_http_headers.c +++ b/src/http/ngx_http_headers.c @@ -60,8 +60,8 @@ ngx_http_header_t ngx_http_headers_out[] = { ngx_table_elt_t *ngx_http_add_header(void *header, ngx_http_header_t *http_headers) { - int i, j; char *prev; + ngx_uint_t i, j; ngx_table_t *headers; ngx_table_elt_t *h, *new; |