From: Igor Sysoev Date: Mon, 24 Mar 2008 17:17:17 +0000 (+0000) Subject: update previous commit X-Git-Tag: release-0.6.30~26 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=f1c8f4471aa6dc3728191672ef13bd9654371730;p=nginx.git update previous commit --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index ec307cb82..5eed3b1e1 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2362,7 +2362,7 @@ ngx_http_core_cmp_locations(const void *one, const void *two) return 1; } - return (int) rc; + return rc; }