From bfb23bf6042e8a08e0722c3d63b54d5777564347 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 9 Oct 2007 20:11:03 +0000 Subject: style fix: remove double semicolons --- src/http/modules/ngx_http_stub_status_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/ngx_http_stub_status_module.c') 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); } -- cgit