aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_stub_status_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-10-09 20:11:03 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-10-09 20:11:03 +0000
commitbfb23bf6042e8a08e0722c3d63b54d5777564347 (patch)
treeb2edd23ce865d9b8271a943bad4993a16c28da20 /src/http/modules/ngx_http_stub_status_module.c
parent3fc6ee450155f3fa87ac53f3377901cad2a6f7ce (diff)
downloadnginx-bfb23bf6042e8a08e0722c3d63b54d5777564347.tar.gz
nginx-bfb23bf6042e8a08e0722c3d63b54d5777564347.zip
style fix: remove double semicolons
Diffstat (limited to 'src/http/modules/ngx_http_stub_status_module.c')
-rw-r--r--src/http/modules/ngx_http_stub_status_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_stub_status_module.c b/src/http/modules/ngx_http_stub_status_module.c
index 6cdf8513c..9d2d074b2 100644
--- a/src/http/modules/ngx_http_stub_status_module.c
+++ b/src/http/modules/ngx_http_stub_status_module.c
@@ -129,7 +129,7 @@ static ngx_int_t ngx_http_status_handler(ngx_http_request_t *r)
return rc;
}
- return ngx_http_output_filter(r, &out);;
+ return ngx_http_output_filter(r, &out);
}