# HG changeset patch # User Valentin Bartenev # Date 1397634038 -14400 # Node ID b51bd021808bdac27152de6f5c02648040fd2bca # Parent 3633957953840f8675511084d71eb28dcb3a1c5d 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 --- 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;