Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-24 20:17:17 +0300
committerIgor Sysoev <igor@sysoev.ru>2008-03-24 20:17:17 +0300
commitf1c8f4471aa6dc3728191672ef13bd9654371730 (patch)
treec4b31c1885a2c485e2dd2d608b93da04eaf7bc7b
parentde8ec1efc8fae8f4e86a518c1c86225b9ba62de6 (diff)
update previous commit
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
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;
}