From 94124f3983d7c8a590f96a649cb12f161a147da0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 25 Sep 2006 20:04:54 +0000 Subject: fix msvc build failure introduced by previous commit --- src/http/ngx_http_special_response.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index 8ddfce9c1..d249c272e 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -299,7 +299,7 @@ static ngx_str_t error_pages[] = { }; -static ngx_str_t ngx_http_get_name = { 3, "GET " }; +static ngx_str_t ngx_http_get_name = { 3, (u_char *) "GET " }; ngx_int_t -- cgit