From c03d09c6b79617e3dba5d13136808d6ade98e2ec Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 4 Aug 2007 12:12:00 +0000 Subject: [PATCH] how did this compile? --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 18ef873c8..7dc7639c5 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -1817,7 +1817,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 - (void) endQuickPause { if (!fQuickPauseDict) - return + return; [self setSpeedMode: [[fQuickPauseDict objectForKey: @"UploadSpeedMode"] intValue] upload: YES]; [self setSpeedLimit: [[fQuickPauseDict objectForKey: @"UploadSpeedLimit"] intValue] upload: YES];