diff src/http/modules/ngx_http_empty_gif_module.c @ 1038:c136df6c5ff0

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 17 Jan 2007 10:50:52 +0000
parents 63a820b0bc6c
children cc114c85be0f 93176ec9a9fc
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);
 }