# HG changeset patch # User Igor Sysoev # Date 1169031052 0 # Node ID c136df6c5ff0ec1bfa7d01f5cbd9cc3991f5c866 # Parent c28c8bdb57f41e94c58849323db9b6a2dfed6a50 style fix diff --git a/src/http/modules/ngx_http_empty_gif_module.c b/src/http/modules/ngx_http_empty_gif_module.c --- 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_requ return rc; } - return ngx_http_output_filter(r, &out);; + return ngx_http_output_filter(r, &out); }