diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-03-29 18:53:34 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-03-29 18:53:34 +0000 |
| commit | 9b6548f4e4eda4cf38c4274a9a8c45efe53b6d9c (patch) | |
| tree | 2d90f1576f3635e088dd7b19332d97a3e8c89212 /src/http/ngx_http_variables.c | |
| parent | eba03e6bea843b1b74fc04bfa2c941202318aaf8 (diff) | |
| download | nginx-9b6548f4e4eda4cf38c4274a9a8c45efe53b6d9c.tar.gz nginx-9b6548f4e4eda4cf38c4274a9a8c45efe53b6d9c.tar.bz2 | |
style fix
Diffstat (limited to '')
| -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 3ea0f96ae..5a9b06fe1 100644 --- a/src/http/ngx_http_variables.c +++ b/src/http/ngx_http_variables.c @@ -379,7 +379,7 @@ ngx_http_get_indexed_variable(ngx_http_request_t *r, ngx_uint_t index) ngx_http_variable_value_t * ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index) { - ngx_http_variable_value_t *v; + ngx_http_variable_value_t *v; v = &r->variables[index]; |
