changeset 1957:fe30478341f0

update previous commit
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Mar 2008 17:17:17 +0000
parents cb8c0c8e0c27
children 3e9e4581fbba
files src/http/ngx_http_core_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 *
         return 1;
     }
 
-    return (int) rc;
+    return rc;
 }