mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +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…
x
Reference in New Issue
Block a user