diff src/http/ngx_http_core_module.c @ 381:02a511569afb

nginx-0.0.7-2004-07-07-19:01:00 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 15:01:00 +0000
parents 9c2515d70489
children b670db10cbbd
line wrap: on
line diff
--- 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_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);