From: Sergey Kandaurov Date: Fri, 15 Aug 2014 10:09:29 +0000 (+0400) Subject: Fixed typo. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=886ad0e9d318ad5c9211957d66acd2f08e973110;p=nginx.git Fixed typo. --- diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 285120de7..fc2c3d49b 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -554,7 +554,7 @@ extern ngx_str_t ngx_http_core_get_method; r->headers_out.content_length->hash = 0; \ r->headers_out.content_length = NULL; \ } - \ + #define ngx_http_clear_accept_ranges(r) \ \ r->allow_ranges = 0; \