Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-09 01:12:37 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-12-09 01:12:37 +0300
commit8cdfc515c31188e23cd270cadc0787433b2b8f30 (patch)
treecdedde10b4e9b71bc3284581fc9928505b55084d /src/core/ngx_crc32.h
parentf4f2efa54c004bae7426f1b03d417ee1240a8d96 (diff)
fix r1695
Diffstat (limited to 'src/core/ngx_crc32.h')
-rw-r--r--src/core/ngx_crc32.h2
1 files changed, 1 insertions, 1 deletions
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;