diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:54:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:54:53 +0000 |
| commit | 32862a6f52e85c36768eb6e028161c9a8bebf6ff (patch) | |
| tree | a732a92a2df6f5efa178d49e96da3b8528b1fa37 /src/http/modules/ngx_http_stub_status_module.c | |
| parent | 63566d2d2ff5b9ebc98fcf829d80464423d12e17 (diff) | |
| download | nginx-32862a6f52e85c36768eb6e028161c9a8bebf6ff.tar.gz nginx-32862a6f52e85c36768eb6e028161c9a8bebf6ff.tar.bz2 | |
r1564 merge:
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.c | 2 |
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 4fe9c04d5..a3ce49047 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); } |
