From: Igor Sysoev Date: Thu, 18 Oct 2007 16:20:21 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.6.15~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=11ab73e538fc8c37cc3f0de79e939e0dc027d15e;p=nginx.git style fix --- diff --git a/src/http/modules/ngx_http_charset_filter_module.c b/src/http/modules/ngx_http_charset_filter_module.c index 7e039fb3a..8c9fad6f9 100644 --- a/src/http/modules/ngx_http_charset_filter_module.c +++ b/src/http/modules/ngx_http_charset_filter_module.c @@ -367,7 +367,7 @@ no_charset_map: ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "no \"charset_map\" between the charsets \"%V\" and \"%V\"", - from, to); + from, to); return ngx_http_next_header_filter(r); }