[nginx] Fixed missing "static" in declaration of ngx_http_gzip_q...
Valentin Bartenev
vbart at nginx.com
Wed Apr 16 07:41:18 UTC 2014
details: http://hg.nginx.org/nginx/rev/b51bd021808b
branches:
changeset: 5651:b51bd021808b
user: Valentin Bartenev <vbart at nginx.com>
date: Wed Apr 16 11:40:38 2014 +0400
description:
Fixed missing "static" in declaration of ngx_http_gzip_quantity().
diffstat:
src/http/ngx_http_core_module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 363395795384 -r b51bd021808b src/http/ngx_http_core_module.c
--- a/src/http/ngx_http_core_module.c Wed Apr 09 18:15:32 2014 +0400
+++ b/src/http/ngx_http_core_module.c Wed Apr 16 11:40:38 2014 +0400
@@ -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;
More information about the nginx-devel
mailing list