comparison src/http/modules/ngx_http_charset_filter_module.c @ 1589:4705b76bb08b

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Oct 2007 16:20:21 +0000
parents 86fbcc394564
children 8f8e0a60685f
comparison
equal deleted inserted replaced
1588:86fbcc394564 1589:4705b76bb08b
365 365
366 no_charset_map: 366 no_charset_map:
367 367
368 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, 368 ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
369 "no \"charset_map\" between the charsets \"%V\" and \"%V\"", 369 "no \"charset_map\" between the charsets \"%V\" and \"%V\"",
370 from, to); 370 from, to);
371 371
372 return ngx_http_next_header_filter(r); 372 return ngx_http_next_header_filter(r);
373 } 373 }
374 374
375 375