mirror of
https://github.com/nginx/nginx.git
synced 2025-06-13 06:12:44 +08:00
fix r1695
This commit is contained in:
parent
f4f2efa54c
commit
8cdfc515c3
@ -53,7 +53,7 @@ ngx_crc32_long(u_char *p, size_t len)
|
|||||||
crc = 0xffffffff
|
crc = 0xffffffff
|
||||||
|
|
||||||
|
|
||||||
static void
|
static ngx_inline void
|
||||||
ngx_crc32_update(uint32_t *crc, u_char *p, size_t len)
|
ngx_crc32_update(uint32_t *crc, u_char *p, size_t len)
|
||||||
{
|
{
|
||||||
uint32_t c;
|
uint32_t c;
|
||||||
|
Loading…
Reference in New Issue
Block a user