fix building by gcc42, etc. introduced in r1858

This commit is contained in:
Igor Sysoev 2008-01-09 15:27:27 +00:00
parent 57b088d1cc
commit 66b8ad6b08

View File

@ -113,7 +113,7 @@ static ngx_conf_enum_t ngx_http_core_satisfy[] = {
}; };
static ngx_str_t ngx_http_core_get_method = { 3, "GET " }; static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " };
#if (NGX_HTTP_GZIP) #if (NGX_HTTP_GZIP)