diff options
author | Andrey Belov <defan@nginx.com> | 2012-06-18 13:51:20 +0000 |
---|---|---|
committer | Andrey Belov <defan@nginx.com> | 2012-06-18 13:51:20 +0000 |
commit | 0cf52376fbe5724f21a00f65639eb032fcb14e5f (patch) | |
tree | f2eec42658cff668fadfed4d891ffc1fefeb4977 | |
parent | e91b210b5674709185d77309272331f009ef9aa4 (diff) | |
download | nginx-0cf52376fbe5724f21a00f65639eb032fcb14e5f.tar.gz nginx-0cf52376fbe5724f21a00f65639eb032fcb14e5f.zip |
Style fix.
-rw-r--r-- | src/http/ngx_http_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c index b56161779..76b292553 100644 --- a/src/http/ngx_http_variables.c +++ b/src/http/ngx_http_variables.c @@ -77,9 +77,9 @@ static ngx_int_t ngx_http_variable_request_body(ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data); static ngx_int_t ngx_http_variable_request_body_file(ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data); - static ngx_int_t ngx_http_variable_status(ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data); + static ngx_int_t ngx_http_variable_sent_content_type(ngx_http_request_t *r, ngx_http_variable_value_t *v, uintptr_t data); static ngx_int_t ngx_http_variable_sent_content_length(ngx_http_request_t *r, |