# HG changeset patch # User Igor Sysoev # Date 1192724421 0 # Node ID 4705b76bb08b760673de63b3a010404270ef96a9 # Parent 86fbcc3945642da05d95198f2afa4c19d976deb5 style fix diff --git a/src/http/modules/ngx_http_charset_filter_module.c b/src/http/modules/ngx_http_charset_filter_module.c --- 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); }