From 3b30476068751fa7814b10302a63b7f3227c7450 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 22 May 2008 12:09:41 +0000 Subject: style fix --- src/http/ngx_http_special_response.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/http/ngx_http_special_response.c') diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c index 32b2ed599..e1d0eaf4d 100644 --- a/src/http/ngx_http_special_response.c +++ b/src/http/ngx_http_special_response.c @@ -619,7 +619,7 @@ ngx_http_send_special_response(ngx_http_request_t *r, b->last = tail + len; out[1].buf = b; - out[1].next = NULL;; + out[1].next = NULL; if (msie_padding) { b = ngx_calloc_buf(r->pool); @@ -633,7 +633,7 @@ ngx_http_send_special_response(ngx_http_request_t *r, out[1].next = &out[2]; out[2].buf = b; - out[2].next = NULL;; + out[2].next = NULL; } if (r == r->main) { -- cgit