fix identation

This commit is contained in:
atmaxinger 2018-02-25 17:44:08 +01:00
parent 4f14c44837
commit e791a1fdd6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {