commit | ecef14e307437b5b0142ae324598ec8247a18084 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Jan 17 10:50:52 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Jan 17 10:50:52 2007 +0000 |
tree | f8295e3d5761280e445f6ee083aaa587a22627bd | |
parent | 66af04752f15afee4a233fb07acab5181e1863c5 [diff] |
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 69b6c89..050e759 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 @@ return rc; } - return ngx_http_output_filter(r, &out);; + return ngx_http_output_filter(r, &out); }