diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-11-25 23:23:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-11-25 23:23:27 +0000 |
commit | e9726bf7f4a547681282e026b2ca98d8c9028ed7 (patch) | |
tree | 5c27763a26368f167c6b9a1da5afc2e6b50393bc | |
parent | 446abc3b4d5ac9427ee9e3cf2076e17570ee832f (diff) | |
download | nginx-e9726bf7f4a547681282e026b2ca98d8c9028ed7.tar.gz nginx-e9726bf7f4a547681282e026b2ca98d8c9028ed7.zip |
style fix
-rw-r--r-- | src/http/modules/perl/ngx_http_perl_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.h b/src/http/modules/perl/ngx_http_perl_module.h index 5a3d5082a..67aaba08b 100644 --- a/src/http/modules/perl/ngx_http_perl_module.h +++ b/src/http/modules/perl/ngx_http_perl_module.h @@ -48,7 +48,7 @@ extern ngx_module_t ngx_http_perl_module; #endif -extern void boot_DynaLoader(pTHX_ CV* cv); +extern void boot_DynaLoader(pTHX_ CV* cv); void ngx_http_perl_handle_request(ngx_http_request_t *r); |