mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06:00
style fix
This commit is contained in:
parent
7b34e5f001
commit
775fd53f2d
@ -1519,9 +1519,8 @@ ngx_http_charset_postconfiguration(ngx_conf_t *cf)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
||||||
" no \"charset_map\" between the charsets "
|
"no \"charset_map\" between the charsets \"%V\" and \"%V\"",
|
||||||
"\"%V\" and \"%V\"",
|
&charset[c].name, &charset[recode[i].dst].name);
|
||||||
&charset[c].name, &charset[recode[i].dst].name);
|
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
|
|
||||||
next:
|
next:
|
||||||
|
Loading…
Reference in New Issue
Block a user