changeset 1038:c136df6c5ff0

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 17 Jan 2007 10:50:52 +0000
parents c28c8bdb57f4
children 73f18b6ad6ba
files src/http/modules/ngx_http_empty_gif_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }