From 928dc36f74f51c9516ffcd8c4a4bfc8c5c1c9a62 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 20 Feb 2009 12:23:59 +0000 Subject: Formatting --- ot_clean.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ot_clean.c b/ot_clean.c index 82b778b..cfb6bcf 100644 --- a/ot_clean.c +++ b/ot_clean.c @@ -112,8 +112,8 @@ static void * clean_worker( void * args ) { ot_torrent *torrent = ((ot_torrent*)(torrents_list->data)) + toffs; if( clean_single_torrent( torrent ) ) { vector_remove_torrent( torrents_list, torrent ); - delta_torrentcount -= 1; - --toffs; continue; + --delta_torrentcount; + --toffs; } } mutex_bucket_unlock( bucket, delta_torrentcount ); -- cgit v1.2.3