diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-03-14 12:31:20 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-03-14 12:31:20 +0000 |
commit | a616ef77e2a0bba3949a33a9394a88c6874fa702 (patch) | |
tree | dad5b09f77610155735b60aa46ae534a2028f4b1 /src/http/modules/perl/ngx_http_perl_module.c | |
parent | cbed5260492306442bb382aea4256a4fd60bb462 (diff) | |
download | nginx-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.c | 1 |
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) { |