From: Igor Sysoev Date: Wed, 17 Jan 2007 10:50:52 +0000 (+0000) Subject: style fix X-Git-Tag: release-0.5.8~28 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=ecef14e307437b5b0142ae324598ec8247a18084;p=nginx.git style fix --- 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); }