]> git.kaiwu.me - nginx.git/commitdiff
Fixed missing "static" in declaration of ngx_http_gzip_quantity().
authorValentin Bartenev <vbart@nginx.com>
Wed, 16 Apr 2014 07:40:38 +0000 (11:40 +0400)
committerValentin Bartenev <vbart@nginx.com>
Wed, 16 Apr 2014 07:40:38 +0000 (11:40 +0400)
src/http/ngx_http_core_module.c

index bfaa90e769cd3996d50f12823bcce1813bd156db..4484a5ed4de24ef3381be952bb5fc6125c75b6c5 100644 (file)
@@ -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;