]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Wed, 17 Jan 2007 10:50:52 +0000 (10:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 17 Jan 2007 10:50:52 +0000 (10:50 +0000)
src/http/modules/ngx_http_empty_gif_module.c

index 69b6c89cf0976afe07287447631f45ca889b5f45..050e75912e5a7c1cd2c626e2e2f6d51aa0ad58d8 100644 (file)
@@ -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);
 }