mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
Fix some identation
This commit is contained in:
parent
2721c8b694
commit
6cdb38e234
@ -304,9 +304,9 @@ static NSString *makeRelativeIfNecessary(NSString *path)
|
||||
snprintf(cmd, sizeof(cmd), "dd if=/dev/zero \"of=%s\" bs=1024k count=%d", [[save filename] UTF8String], [diskSaveSizeField intValue]);
|
||||
int ret = system(cmd);
|
||||
if (ret == 0) {
|
||||
DiskType *d=[[DiskType alloc] init];
|
||||
[d setPath:makeRelativeIfNecessary([save filename])];
|
||||
[d setIsCDROM:NO];
|
||||
DiskType *d=[[DiskType alloc] init];
|
||||
[d setPath:makeRelativeIfNecessary([save filename])];
|
||||
[d setIsCDROM:NO];
|
||||
|
||||
[diskArray addObject: d];
|
||||
[disks reloadData];
|
||||
|
Loading…
x
Reference in New Issue
Block a user