diff src/core/ngx_crc32.h @ 1697:d6afb8723155

fix r1695
author Igor Sysoev <igor@sysoev.ru>
date Sat, 08 Dec 2007 22:12:37 +0000
parents 8c696afe46b3
children d620f497c50f
line wrap: on
line diff
--- 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;