comparison 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
comparison
equal deleted inserted replaced
1712:b3204af60e0f 1713:389aeafc3b84
127 127
128 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) { 128 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) {
129 return rc; 129 return rc;
130 } 130 }
131 131
132 return ngx_http_output_filter(r, &out);; 132 return ngx_http_output_filter(r, &out);
133 } 133 }
134 134
135 135
136 static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 136 static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
137 { 137 {