how did this compile?

This commit is contained in:
Mitchell Livingston 2007-08-04 12:12:00 +00:00
parent d65c401b11
commit c03d09c6b7
1 changed files with 1 additions and 1 deletions

View File

@ -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];