aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/ngx_http_perl_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-14 12:31:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-14 12:31:20 +0000
commita616ef77e2a0bba3949a33a9394a88c6874fa702 (patch)
treedad5b09f77610155735b60aa46ae534a2028f4b1 /src/http/modules/perl/ngx_http_perl_module.c
parentcbed5260492306442bb382aea4256a4fd60bb462 (diff)
downloadnginx-a616ef77e2a0bba3949a33a9394a88c6874fa702.tar.gz
nginx-a616ef77e2a0bba3949a33a9394a88c6874fa702.zip
style fix
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.c')
-rw-r--r--src/http/modules/perl/ngx_http_perl_module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c
index c7c6de13a..6f84d5989 100644
--- a/src/http/modules/perl/ngx_http_perl_module.c
+++ b/src/http/modules/perl/ngx_http_perl_module.c
@@ -1055,6 +1055,7 @@ ngx_http_perl_init_worker(ngx_cycle_t *cycle)
return NGX_OK;
}
+
static void
ngx_http_perl_exit(ngx_cycle_t *cycle)
{