From: Valentin Bartenev Date: Wed, 16 Apr 2014 07:40:38 +0000 (+0400) Subject: Fixed missing "static" in declaration of ngx_http_gzip_quantity(). X-Git-Tag: release-1.6.0~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=013449be01f1cd18a1b0e926f17ee99a7095cf67;p=nginx.git Fixed missing "static" in declaration of ngx_http_gzip_quantity(). --- 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;