changeset 5805:79553cb77747

Fixed typo.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 15 Aug 2014 14:09:29 +0400
parents 92490a725fef
children 8cdec62a7751
files src/http/ngx_http_core_module.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;                                                      \