diff src/http/ngx_http_core_module.h @ 5805:79553cb77747

Fixed typo.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 15 Aug 2014 14:09:29 +0400
parents e491b26fa5a1
children 2dac6ae6d703
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h	Sun Aug 10 17:44:46 2014 +0400
+++ b/src/http/ngx_http_core_module.h	Fri Aug 15 14:09:29 2014 +0400
@@ -554,7 +554,7 @@
         r->headers_out.content_length->hash = 0;                              \
         r->headers_out.content_length = NULL;                                 \
     }
-                                                                              \
+
 #define ngx_http_clear_accept_ranges(r)                                       \
                                                                               \
     r->allow_ranges = 0;                                                      \