mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 04:30:10 +00:00
fix identation
This commit is contained in:
parent
4f14c44837
commit
e791a1fdd6
@ -410,7 +410,7 @@ static NSString *makeRelativeIfNecessary(NSString *path)
|
||||
const char *path;
|
||||
int index = 0;
|
||||
while ((path = PrefsFindString("cdrom", index)) != NULL) {
|
||||
NSString *p = [NSString stringWithUTF8String: path];
|
||||
NSString *p = [NSString stringWithUTF8String: path];
|
||||
if (![p hasPrefix:@"/dev/"]) {
|
||||
PrefsRemoveItem("cdrom", index);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user