diff src/http/modules/ngx_http_stub_status_module.c @ 1713:389aeafc3b84 stable-0.5

r1564 merge: style fix: remove double semicolons
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 16:54:53 +0000
parents 63a820b0bc6c
children
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);
 }