Use "ngx_inline" instead of plain "inline"

This should improve compatibility with some particular compilers
pull/4/head
Adrian Perez 2012-01-18 00:23:02 +02:00
parent a86e293f4f
commit 44805008d0
1 changed files with 1 additions and 1 deletions

View File

@ -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)