| commit | 5f6989e953c46c6ae16226b004b3316296faaa81 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu May 17 18:07:28 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu May 17 18:07:28 2007 +0000 |
| tree | f8097a2c1b1463c7df7dab19b4f5354c033b27fe | |
| parent | 932b32628ed8e8f33c01506d20bfda656695914d [diff] |
style fix
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index dd7ffc0..c2d980b 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c
@@ -1774,10 +1774,10 @@ #if (NGX_PCRE) if (clcf->regex == NULL && ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len) - != 0) + != 0) #else if (ngx_strncmp(clcf->name.data, pclcf->name.data, pclcf->name.len) - != 0) + != 0) #endif { ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,