diff options
Diffstat (limited to 'src/core/ngx_regex.c')
-rw-r--r-- | src/core/ngx_regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_regex.c b/src/core/ngx_regex.c index 5a0f79314..bb719a52f 100644 --- a/src/core/ngx_regex.c +++ b/src/core/ngx_regex.c @@ -15,7 +15,7 @@ static void ngx_regex_free(void *p); static ngx_pool_t *ngx_pcre_pool; -void ngx_regex_init() +void ngx_regex_init(void) { pcre_malloc = ngx_regex_malloc; pcre_free = ngx_regex_free; |