a little code cleanup

This commit is contained in:
Mitchell Livingston
2007-07-01 13:27:26 +00:00
parent 0fb5d03514
commit 08879e11f3
5 changed files with 13 additions and 23 deletions

View File

@@ -545,10 +545,10 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[fAutoImportTimer release];
}
//save history and stop running torrents
//save history
[self updateTorrentHistory];
//make sure torrent is closed
//make sure torrents are closed
enumerator = [fTorrents objectEnumerator];
Torrent * torrent;
while ((torrent = [enumerator nextObject]))