comparison src/http/modules/ngx_http_charset_filter_module.c @ 1588:86fbcc394564

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Oct 2007 16:12:55 +0000
parents acb9b38cb791
children 4705b76bb08b
comparison
equal deleted inserted replaced
1587:acb9b38cb791 1588:86fbcc394564
1517 goto next; 1517 goto next;
1518 } 1518 }
1519 } 1519 }
1520 1520
1521 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, 1521 ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
1522 " no \"charset_map\" between the charsets " 1522 "no \"charset_map\" between the charsets \"%V\" and \"%V\"",
1523 "\"%V\" and \"%V\"", 1523 &charset[c].name, &charset[recode[i].dst].name);
1524 &charset[c].name, &charset[recode[i].dst].name);
1525 return NGX_ERROR; 1524 return NGX_ERROR;
1526 1525
1527 next: 1526 next:
1528 continue; 1527 continue;
1529 } 1528 }