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	Fri Dec 07 20:57:38 2007 +0000
+++ b/src/core/ngx_crc32.h	Sat Dec 08 22:12:37 2007 +0000
@@ -53,7 +53,7 @@
     crc = 0xffffffff
 
 
-static void
+static ngx_inline void
 ngx_crc32_update(uint32_t *crc, u_char *p, size_t len)
 {
     uint32_t  c;