Style fix.

This commit is contained in:
Igor Sysoev 2011-08-30 12:28:01 +00:00
parent c2c3e3105f
commit f2575bd878

View File

@ -306,8 +306,8 @@ ngx_http_range_parse(ngx_http_request_t *r, ngx_http_range_filter_ctx_t *ctx)
}
if (suffix) {
start = r->headers_out.content_length_n - end;
end = r->headers_out.content_length_n - 1;
start = r->headers_out.content_length_n - end;
end = r->headers_out.content_length_n - 1;
}
if (start > end) {