mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
style fix
This commit is contained in:
parent
a9d26d2e19
commit
ec0655c0ce
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ ngx_http_image_size(ngx_http_request_t *r, ngx_http_image_filter_ctx_t *ctx)
|
|||
if (p[0] == 0xff && p[1] != 0xff) {
|
||||
|
||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||
"JPEG: %02xd %02xd", *p, *(p + 1));
|
||||
"JPEG: %02xd %02xd", p[0], p[1]);
|
||||
|
||||
p++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue