diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-01-17 10:50:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-17 10:50:52 +0000 |
| commit | ecef14e307437b5b0142ae324598ec8247a18084 (patch) | |
| tree | f8295e3d5761280e445f6ee083aaa587a22627bd | |
| parent | 66af04752f15afee4a233fb07acab5181e1863c5 (diff) | |
| download | nginx-ecef14e307437b5b0142ae324598ec8247a18084.tar.gz nginx-ecef14e307437b5b0142ae324598ec8247a18084.tar.bz2 | |
style fix
| -rw-r--r-- | src/http/modules/ngx_http_empty_gif_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
