mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
style fix
This commit is contained in:
parent
8820a9bcb3
commit
8be5d8025a
1 changed files with 1 additions and 2 deletions
|
|
@ -215,8 +215,7 @@ ngx_win32_rename_file(ngx_str_t *from, ngx_str_t *to, ngx_pool_t *pool)
|
|||
}
|
||||
|
||||
if (DeleteFile((const char *) name) == 0) {
|
||||
ngx_log_error(NGX_LOG_ERR, pool->log, ngx_errno,
|
||||
"DeleteFile() failed");
|
||||
ngx_log_error(NGX_LOG_ERR, pool->log, ngx_errno, "DeleteFile() failed");
|
||||
}
|
||||
|
||||
if (rc == NGX_ERROR) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue