diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2014-08-15 14:09:29 +0400 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2014-08-15 14:09:29 +0400 |
| commit | 886ad0e9d318ad5c9211957d66acd2f08e973110 (patch) | |
| tree | aaa616c7bf739a5193948cf5ed8cd8dfcecce29c /src/http/ngx_http_core_module.h | |
| parent | 870b962382c2c207e04bd799c19a98ee68b2d441 (diff) | |
| download | nginx-886ad0e9d318ad5c9211957d66acd2f08e973110.tar.gz nginx-886ad0e9d318ad5c9211957d66acd2f08e973110.tar.bz2 | |
Fixed typo.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ |
