Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-11-26 02:23:27 +0300
committerIgor Sysoev <igor@sysoev.ru>2006-11-26 02:23:27 +0300
commite9726bf7f4a547681282e026b2ca98d8c9028ed7 (patch)
tree5c27763a26368f167c6b9a1da5afc2e6b50393bc /src/http/modules/perl/ngx_http_perl_module.h
parent446abc3b4d5ac9427ee9e3cf2076e17570ee832f (diff)
style fix
Diffstat (limited to 'src/http/modules/perl/ngx_http_perl_module.h')
-rw-r--r--src/http/modules/perl/ngx_http_perl_module.h2
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);