changeset 1697:d6afb8723155

fix r1695
author Igor Sysoev <igor@sysoev.ru>
date Sat, 08 Dec 2007 22:12:37 +0000
parents f5f124fbfa3b
children 70202cd85645
files src/core/ngx_crc32.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;