# HG changeset patch # User Igor Sysoev # Date 1169031052 0 # Node ID c136df6c5ff0ec1bfa7d01f5cbd9cc3991f5c866 # Parent c28c8bdb57f41e94c58849323db9b6a2dfed6a50 style fix diff -r c28c8bdb57f4 -r c136df6c5ff0 src/http/modules/ngx_http_empty_gif_module.c --- a/src/http/modules/ngx_http_empty_gif_module.c Tue Jan 16 20:43:36 2007 +0000 +++ b/src/http/modules/ngx_http_empty_gif_module.c Wed Jan 17 10:50:52 2007 +0000 @@ -158,7 +158,7 @@ return rc; } - return ngx_http_output_filter(r, &out);; + return ngx_http_output_filter(r, &out); }