mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-11 15:25:06 +00:00
Fix some identation
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user