summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-24 17:17:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-24 17:17:17 +0000
commitf1c8f4471aa6dc3728191672ef13bd9654371730 (patch)
treec4b31c1885a2c485e2dd2d608b93da04eaf7bc7b /src/http/ngx_http_core_module.c
parentde8ec1efc8fae8f4e86a518c1c86225b9ba62de6 (diff)
downloadnginx-f1c8f4471aa6dc3728191672ef13bd9654371730.tar.gz
nginx-f1c8f4471aa6dc3728191672ef13bd9654371730.tar.bz2
update previous commit
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-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;
}