From 55a42ca58666a5def010d3fabc1472ee47e04948 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 4 Jun 2007 20:00:06 +0000 Subject: style fix --- src/http/ngx_http_core_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index f9a64af90..ad149f08c 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -172,7 +172,7 @@ typedef struct { in_addr_t addr; ngx_hash_t hash; - ngx_hash_wildcard_t *dns_wildcards; + ngx_hash_wildcard_t *dns_wildcards; ngx_array_t names; /* array of ngx_http_server_name_t */ -- cgit