mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-01 02:34:43 +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;
|
const char *path;
|
||||||
int index = 0;
|
int index = 0;
|
||||||
while ((path = PrefsFindString("cdrom", index)) != NULL) {
|
while ((path = PrefsFindString("cdrom", index)) != NULL) {
|
||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user