From: Igor Sysoev Date: Sat, 8 Dec 2007 22:12:37 +0000 (+0000) Subject: fix r1695 X-Git-Tag: release-0.6.22~25 X-Git-Url: http://git.kaiwu.me/%7Bsubstring-before(@doc,%20'.xml')%7D.html?a=commitdiff_plain;h=8cdfc515c31188e23cd270cadc0787433b2b8f30;p=nginx.git fix r1695 --- 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;