diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-10-18 16:20:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-10-18 16:20:21 +0000 |
commit | 11ab73e538fc8c37cc3f0de79e939e0dc027d15e (patch) | |
tree | a056df21081a0b3b093dc983e187c2ef1e311e37 /src | |
parent | 775fd53f2dadd2389ef7373459d6ac51eef3fdf7 (diff) | |
download | nginx-11ab73e538fc8c37cc3f0de79e939e0dc027d15e.tar.gz nginx-11ab73e538fc8c37cc3f0de79e939e0dc027d15e.zip |
style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_charset_filter_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |