style fix

This commit is contained in:
Igor Sysoev 2007-01-17 10:50:52 +00:00
parent 66af04752f
commit ecef14e307

View 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);
}