Fixed missing "static" in declaration of ngx_http_gzip_quantity().

This commit is contained in:
Valentin Bartenev 2014-04-16 11:40:38 +04:00
parent 7da40e6a99
commit 013449be01

View File

@ -2368,7 +2368,7 @@ equal:
} }
ngx_uint_t static ngx_uint_t
ngx_http_gzip_quantity(u_char *p, u_char *last) ngx_http_gzip_quantity(u_char *p, u_char *last)
{ {
u_char c; u_char c;