]> git.kaiwu.me - nginx.git/commitdiff
fix r1695
authorIgor Sysoev <igor@sysoev.ru>
Sat, 8 Dec 2007 22:12:37 +0000 (22:12 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 8 Dec 2007 22:12:37 +0000 (22:12 +0000)
src/core/ngx_crc32.h

index fe76156dc61be4b228b271b2da782596908c4446..4435e4517e211429c891545b25002eb3b10e6dd8 100644 (file)
@@ -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;