From 886ad0e9d318ad5c9211957d66acd2f08e973110 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Fri, 15 Aug 2014 14:09:29 +0400 Subject: [PATCH] Fixed typo. --- src/http/ngx_http_core_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \