mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-19 19:30:42 +00:00
Fix formatting
This commit is contained in:
parent
a2e163fea9
commit
4f14c44837
@ -413,8 +413,7 @@ static NSString *makeRelativeIfNecessary(NSString *path)
|
|||||||
NSString *p = [NSString stringWithUTF8String: path];
|
NSString *p = [NSString stringWithUTF8String: path];
|
||||||
if (![p hasPrefix:@"/dev/"]) {
|
if (![p hasPrefix:@"/dev/"]) {
|
||||||
PrefsRemoveItem("cdrom", index);
|
PrefsRemoveItem("cdrom", index);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// only increase the index if the current entry has not been deleted
|
// only increase the index if the current entry has not been deleted
|
||||||
// if it has been deleted, the next entry is on the current entrys index
|
// if it has been deleted, the next entry is on the current entrys index
|
||||||
index++;
|
index++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user