# HG changeset patch # User Igor Sysoev # Date 1159214694 0 # Node ID 08652aae6fab16204238ea7838b6758853dfcec9 # Parent d8d7c39e3a76e45d11609f2f3a0b648358d07f46 fix msvc build failure introduced by previous commit diff -r d8d7c39e3a76 -r 08652aae6fab src/http/ngx_http_special_response.c --- a/src/http/ngx_http_special_response.c Mon Sep 25 17:49:49 2006 +0000 +++ b/src/http/ngx_http_special_response.c Mon Sep 25 20:04:54 2006 +0000 @@ -299,7 +299,7 @@ }; -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