diff src/http/modules/ngx_http_stub_status_module.c @ 1563:022ec9420f80

style fix: remove double semicolons
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Oct 2007 20:11:03 +0000
parents aabbf66b61ea
children dd1570b6f237
line wrap: on
line diff
--- a/src/http/modules/ngx_http_stub_status_module.c
+++ b/src/http/modules/ngx_http_stub_status_module.c
@@ -129,7 +129,7 @@ static ngx_int_t ngx_http_status_handler
         return rc;
     }
 
-    return ngx_http_output_filter(r, &out);;
+    return ngx_http_output_filter(r, &out);
 }