mirror of
https://github.com/nginx/nginx.git
synced 2025-06-29 02:30:39 +08: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