diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/ngx_crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crc32.h b/src/core/ngx_crc32.h index fe76156dc..4435e4517 100644 --- a/src/core/ngx_crc32.h +++ b/src/core/ngx_crc32.h @@ -53,7 +53,7 @@ ngx_crc32_long(u_char *p, size_t len) crc = 0xffffffff -static void +static ngx_inline void ngx_crc32_update(uint32_t *crc, u_char *p, size_t len) { uint32_t c; |
