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>2003-12-08 23:48:12 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-12-08 23:48:12 +0300
commit5f80078c675bc344d12a6a64d97ecafb64de224b (patch)
treee4ff5330121ef71ffe558ccaa9210218802ff537 /src/core/ngx_crc.h
parent62260f2a158e27e5f6b1689e10dc25ea3c617473 (diff)
nginx-0.0.1-2003-12-08-23:48:12 import
Diffstat (limited to 'src/core/ngx_crc.h')
-rw-r--r--src/core/ngx_crc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crc.h b/src/core/ngx_crc.h
index df6488967..c6234c37a 100644
--- a/src/core/ngx_crc.h
+++ b/src/core/ngx_crc.h
@@ -7,7 +7,7 @@
ngx_inline static uint32_t ngx_crc(char *data, size_t len)
{
uint32_t sum;
-
+
for (sum = 0; len; len--) {
/*
* gcc 2.95.2 x86 and icc 7.1.006 compile that operator