diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-10-17 13:21:20 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-10-17 13:21:20 +0000 |
commit | 5cb097c5b0f7ae935bbff0985c132e0ff105606c (patch) | |
tree | aee56b7d9a313633579da507a591fd943ea5a304 /src | |
parent | 35ab2cb3731caa03530ff9754089e7007d708398 (diff) | |
download | nginx-5cb097c5b0f7ae935bbff0985c132e0ff105606c.tar.gz nginx-5cb097c5b0f7ae935bbff0985c132e0ff105606c.zip |
style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index c56e09bc2..36d339ed7 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -185,7 +185,6 @@ typedef struct { #if (NGX_PCRE) ngx_uint_t nregex; ngx_http_server_name_t *regex; - #endif /* the default server configuration for this address:port */ |