aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-07 15:01:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-07-07 15:01:00 +0000
commit2b97993c7a6525bf41c694414450943d39605757 (patch)
treeb3b3870575cd65e64ef59de5359bfdd3695bc77c /src/http/ngx_http_core_module.c
parentc78c41cefcf1e1fa8005f81b7c6cc0c857bcf46f (diff)
downloadnginx-2b97993c7a6525bf41c694414450943d39605757.tar.gz
nginx-2b97993c7a6525bf41c694414450943d39605757.zip
nginx-0.0.7-2004-07-07-19:01:00 import
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index 2761afb5f..2e967854c 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -456,7 +456,7 @@ ngx_int_t ngx_http_find_location_config(ngx_http_request_t *r)
ngx_http_core_loc_conf_t *clcf, **clcfp;
ngx_http_core_srv_conf_t *cscf;
#if (HAVE_PCRE)
- ngx_uint_t exact;
+ ngx_uint_t exact;
#endif
cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module);