mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 21:53:31 -06:00
Fixed missing "static" in declaration of ngx_http_gzip_quantity().
This commit is contained in:
parent
7da40e6a99
commit
013449be01
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user