style fix

This commit is contained in:
Igor Sysoev 2007-10-18 16:20:21 +00:00
parent 775fd53f2d
commit 11ab73e538

View File

@ -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);
}