Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-14 20:24:39 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-14 20:24:39 +0400
commit731e6a9b11267ecb26f2833997610de353beeef2 (patch)
tree3d323cbf75f049b17ce1a429d0ff2d3037957b36 /src/core/ngx_conf_file.c
parent2d252980eddcf8b77eed217704100e5d86c51430 (diff)
style fix
Diffstat (limited to 'src/core/ngx_conf_file.c')
-rw-r--r--src/core/ngx_conf_file.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c
index 644243781..1f6b1f732 100644
--- a/src/core/ngx_conf_file.c
+++ b/src/core/ngx_conf_file.c
@@ -446,7 +446,9 @@ ngx_conf_read_token(ngx_conf_t *cf)
last_space = 1;
sharp_comment = 0;
variable = 0;
- quoted = s_quoted = d_quoted = 0;
+ quoted = 0;
+ s_quoted = 0;
+ d_quoted = 0;
cf->args->nelts = 0;
b = cf->conf_file->buffer;