Use "ngx_inline" instead of plain "inline"

This should improve compatibility with some particular compilers
pull/4/head
Adrian Perez 13 years ago
parent a86e293f4f
commit 44805008d0

@ -357,7 +357,7 @@ bailout:
static inline ngx_int_t
static ngx_inline ngx_int_t
make_content_buf(
ngx_http_request_t *r, ngx_buf_t **pb,
ngx_http_fancyindex_loc_conf_t *alcf)

Loading…
Cancel
Save