comparison src/http/ngx_http_core_module.c @ 1859:9fb312cd641c

fix building by gcc42, etc. introduced in r1858
author Igor Sysoev <igor@sysoev.ru>
date Wed, 09 Jan 2008 15:27:27 +0000
parents 18c20c38ad6d
children 10ab4a7f92fe
comparison
equal deleted inserted replaced
1858:1ff400fed04d 1859:9fb312cd641c
111 { ngx_string("any"), NGX_HTTP_SATISFY_ANY }, 111 { ngx_string("any"), NGX_HTTP_SATISFY_ANY },
112 { ngx_null_string, 0 } 112 { ngx_null_string, 0 }
113 }; 113 };
114 114
115 115
116 static ngx_str_t ngx_http_core_get_method = { 3, "GET " }; 116 static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " };
117 117
118 118
119 #if (NGX_HTTP_GZIP) 119 #if (NGX_HTTP_GZIP)
120 120
121 static ngx_conf_enum_t ngx_http_gzip_http_version[] = { 121 static ngx_conf_enum_t ngx_http_gzip_http_version[] = {