mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 13:43:28 -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)
|
||||
{
|
||||
u_char c;
|
||||
|
Loading…
Reference in New Issue
Block a user