changeset 5651:b51bd021808b

Fixed missing "static" in declaration of ngx_http_gzip_quantity().
author Valentin Bartenev <vbart@nginx.com>
date Wed, 16 Apr 2014 11:40:38 +0400
parents 363395795384
children b6240baead00
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;