aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-08-30 12:28:01 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-08-30 12:28:01 +0000
commitf2575bd8782e4709d8a75cfd6c095b4ffa1fcaaa (patch)
treec74bf6bb6ea219523b913bf37f5f030ee0a45281 /src
parentc2c3e3105f159d4cc4162c7b855eb63a62e9fe4a (diff)
downloadnginx-f2575bd8782e4709d8a75cfd6c095b4ffa1fcaaa.tar.gz
nginx-f2575bd8782e4709d8a75cfd6c095b4ffa1fcaaa.zip
Style fix.
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_range_filter_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_range_filter_module.c b/src/http/modules/ngx_http_range_filter_module.c
index a0c70b87c..05d64a0d5 100644
--- a/src/http/modules/ngx_http_range_filter_module.c
+++ b/src/http/modules/ngx_http_range_filter_module.c
@@ -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) {