mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
forgot a return
This commit is contained in:
parent
82da9ce667
commit
258d61e1c9
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
|
|||
|
||||
- (NSString *) errorMessage
|
||||
{
|
||||
[self isError] ? [NSString stringWithUTF8String: fStat->errorString] : @"";
|
||||
return [self isError] ? [NSString stringWithUTF8String: fStat->errorString] : @"";
|
||||
}
|
||||
|
||||
- (BOOL) justFinished
|
||||
|
|
Loading…
Reference in a new issue