From 731e6a9b11267ecb26f2833997610de353beeef2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 14 May 2009 16:24:39 +0000 Subject: style fix --- src/core/ngx_conf_file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/ngx_conf_file.c') 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; -- cgit