From: Igor Sysoev Date: Fri, 30 Nov 2007 22:08:29 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.6.21~16 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=14c84221480b26f74138faf07542f70fb6c2a471;p=nginx.git style fix --- 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);