commit | c49d3ec7d4ff3332bcf6838e83af058988e99eee | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Dec 28 20:12:03 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Dec 28 20:12:03 2006 +0000 |
tree | fb9caf527714589d52375f267816d31362442570 | |
parent | c9c03585467bb6e9998f8a6705792622768f82b2 [diff] |
style fix
diff --git a/src/http/modules/ngx_http_range_filter_module.c b/src/http/modules/ngx_http_range_filter_module.c index ab346f9..7b9bc61 100644 --- a/src/http/modules/ngx_http_range_filter_module.c +++ b/src/http/modules/ngx_http_range_filter_module.c
@@ -160,7 +160,8 @@ } if (ngx_array_init(&r->headers_out.ranges, r->pool, 2, - sizeof(ngx_http_range_t)) == NGX_ERROR) + sizeof(ngx_http_range_t)) + == NGX_ERROR) { return NGX_ERROR; }