forgot a return

This commit is contained in:
Mitchell Livingston 2007-03-02 02:20:37 +00:00
parent 82da9ce667
commit 258d61e1c9
1 changed files with 1 additions and 1 deletions

View File

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