From f1c8f4471aa6dc3728191672ef13bd9654371730 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 24 Mar 2008 17:17:17 +0000 Subject: update previous commit --- src/http/ngx_http_core_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3