From 013449be01f1cd18a1b0e926f17ee99a7095cf67 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 16 Apr 2014 11:40:38 +0400 Subject: [PATCH] Fixed missing "static" in declaration of ngx_http_gzip_quantity(). --- src/http/ngx_http_core_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index bfaa90e76..4484a5ed4 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2368,7 +2368,7 @@ equal: } -ngx_uint_t +static ngx_uint_t ngx_http_gzip_quantity(u_char *p, u_char *last) { u_char c;