# HG changeset patch # User Sergey Kandaurov # Date 1408097369 -14400 # Node ID 79553cb7774753f9c40a6fa6744b0e0611e41908 # Parent 92490a725fef588939abfe0e1fe89cda0788d02d Fixed typo. diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h --- 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_meth r->headers_out.content_length->hash = 0; \ r->headers_out.content_length = NULL; \ } - \ + #define ngx_http_clear_accept_ranges(r) \ \ r->allow_ranges = 0; \