]> git.kaiwu.me - nginx.git/commitdiff
fix msvc build failure introduced by previous commit
authorIgor Sysoev <igor@sysoev.ru>
Mon, 25 Sep 2006 20:04:54 +0000 (20:04 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 25 Sep 2006 20:04:54 +0000 (20:04 +0000)
src/http/ngx_http_special_response.c

index 8ddfce9c197cefec368d615f9cbeb394b3137e1e..d249c272e03f9e8a1681772f2efbdc6bda36bb64 100644 (file)
@@ -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