aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-30 22:08:29 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-30 22:08:29 +0000
commit14c84221480b26f74138faf07542f70fb6c2a471 (patch)
treeb2965c0141131e9bd376d87b7e16c57366a163de /src
parent7e924427ac65730e2b60bf365ad4ab55b7f17bb2 (diff)
downloadnginx-14c84221480b26f74138faf07542f70fb6c2a471.tar.gz
nginx-14c84221480b26f74138faf07542f70fb6c2a471.zip
style fix
Diffstat (limited to 'src')
-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 da0288dfa..a52b6218d 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -69,7 +69,7 @@ static char *ngx_http_core_keepalive(ngx_conf_t *cf, ngx_command_t *cmd,
void *conf);
static char *ngx_http_core_internal(ngx_conf_t *cf, ngx_command_t *cmd,
void *conf);
-static char * ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
+static char *ngx_http_core_resolver(ngx_conf_t *cf, ngx_command_t *cmd,
void *conf);
static char *ngx_http_core_lowat_check(ngx_conf_t *cf, void *post, void *data);