From ecef14e307437b5b0142ae324598ec8247a18084 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 17 Jan 2007 10:50:52 +0000 Subject: style fix --- src/http/modules/ngx_http_empty_gif_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/modules/ngx_http_empty_gif_module.c b/src/http/modules/ngx_http_empty_gif_module.c index 69b6c89cf..050e75912 100644 --- a/src/http/modules/ngx_http_empty_gif_module.c +++ b/src/http/modules/ngx_http_empty_gif_module.c @@ -158,7 +158,7 @@ ngx_http_empty_gif_handler(ngx_http_request_t *r) return rc; } - return ngx_http_output_filter(r, &out);; + return ngx_http_output_filter(r, &out); } -- cgit