summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-07-15 14:50:51 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-07-15 14:50:51 +0000
commitc30d6da7db4f099935ba0b4f3927d853c24623e0 (patch)
treefea9f82b075942823f21e0063354ea23427f6d24
parente9b01c0aa6104e1f3bcc057650708bf17b1610a8 (diff)
downloadnginx-c30d6da7db4f099935ba0b4f3927d853c24623e0.tar.gz
nginx-c30d6da7db4f099935ba0b4f3927d853c24623e0.tar.bz2
style fix
Diffstat (limited to '')
-rw-r--r--src/http/modules/ngx_http_xslt_filter_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_xslt_filter_module.c b/src/http/modules/ngx_http_xslt_filter_module.c
index 87828f962..c43747b06 100644
--- a/src/http/modules/ngx_http_xslt_filter_module.c
+++ b/src/http/modules/ngx_http_xslt_filter_module.c
@@ -194,7 +194,7 @@ ngx_module_t ngx_http_xslt_filter_module = {
NULL, /* init process */
NULL, /* init thread */
NULL, /* exit thread */
- ngx_http_xslt_filter_exit, /* exit process */
+ ngx_http_xslt_filter_exit, /* exit process */
ngx_http_xslt_filter_exit, /* exit master */
NGX_MODULE_V1_PADDING
};