Change position of if bracket

This commit is contained in:
Maximilian Irlinger 2014-09-15 07:31:53 +02:00
parent 71932affc8
commit 2721c8b694

View File

@ -261,8 +261,7 @@ static NSString *makeRelativeIfNecessary(NSString *path)
DiskType *d = [[DiskType alloc] init];
[d setPath:makeRelativeIfNecessary([open filename])];
if([isCDROMcheckbox state] == NSOnState)
{
if([isCDROMcheckbox state] == NSOnState) {
[d setIsCDROM:YES];
}
else {