changeset 717:08652aae6fab

fix msvc build failure introduced by previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Sep 2006 20:04:54 +0000
parents d8d7c39e3a76
children d488926182ea
files src/http/ngx_http_special_response.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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