Fix typo
This commit is contained in:
parent
cf23d9db87
commit
d5d2e7d412
|
@ -281,7 +281,7 @@ namespace BizHawk.Emulation.DiscSystem.CUE
|
|||
}
|
||||
else
|
||||
{
|
||||
Error("Unknown cue file type. Since it's likely an unsupported compression, this is an error: ", Path.GetFileName(choice));
|
||||
Error($"Unknown cue file type. Since it's likely an unsupported compression, this is an error: {Path.GetFileName(choice)}");
|
||||
cfi.Type = CompiledCueFileType.Unknown;
|
||||
}
|
||||
|
||||
|
@ -497,4 +497,4 @@ namespace BizHawk.Emulation.DiscSystem.CUE
|
|||
|
||||
} //class CompileCueJob
|
||||
|
||||
} //namespace BizHawk.Emulation.DiscSystem
|
||||
} //namespace BizHawk.Emulation.DiscSystem
|
||||
|
|
Loading…
Reference in New Issue