diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-03-24 17:17:17 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-03-24 17:17:17 +0000 |
| commit | f1c8f4471aa6dc3728191672ef13bd9654371730 (patch) | |
| tree | c4b31c1885a2c485e2dd2d608b93da04eaf7bc7b /src/http/ngx_http_core_module.c | |
| parent | de8ec1efc8fae8f4e86a518c1c86225b9ba62de6 (diff) | |
| download | nginx-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.c | 2 |
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; } |
