mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-19 09:30:56 +00:00
Change position of if bracket
This commit is contained in:
parent
71932affc8
commit
2721c8b694
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user