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:
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 b78f479e4..73f4cdd67 100644
--- a/src/core/ngx_crc.h
+++ b/src/core/ngx_crc.h
@@ -10,7 +10,7 @@
/* 32-bit crc16 */
-ngx_inline static uint32_t ngx_crc(char *data, size_t len)
+static ngx_inline uint32_t ngx_crc(char *data, size_t len)
{
uint32_t sum;