# HG changeset patch # User Igor Sysoev # Date 1239385507 0 # Node ID 197cda0e767e6a00001c7ee083c7b80787ac9677 # Parent 111e6e62af3262dab65d5a19f7846eb4be9b6957 style fix diff -r 111e6e62af32 -r 197cda0e767e src/http/ngx_http_file_cache.c --- a/src/http/ngx_http_file_cache.c Fri Apr 10 14:49:51 2009 +0000 +++ b/src/http/ngx_http_file_cache.c Fri Apr 10 17:45:07 2009 +0000 @@ -417,7 +417,7 @@ if (fcn == NULL) { ngx_shmtx_unlock(&cache->shpool->mutex); - ngx_http_file_cache_forced_expire(cache); + (void) ngx_http_file_cache_forced_expire(cache); ngx_shmtx_lock(&cache->shpool->mutex);