Use "ngx_inline" instead of plain "inline"
This should improve compatibility with some particular compilerspull/4/head
parent
a86e293f4f
commit
44805008d0
|
@ -357,7 +357,7 @@ bailout:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static inline ngx_int_t
|
static ngx_inline ngx_int_t
|
||||||
make_content_buf(
|
make_content_buf(
|
||||||
ngx_http_request_t *r, ngx_buf_t **pb,
|
ngx_http_request_t *r, ngx_buf_t **pb,
|
||||||
ngx_http_fancyindex_loc_conf_t *alcf)
|
ngx_http_fancyindex_loc_conf_t *alcf)
|
||||||
|
|
Loading…
Reference in New Issue