mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
Fix the last formatting warning I was able to find.
This commit is contained in:
parent
662d6e9711
commit
4591e75f5b
|
@ -81,7 +81,7 @@ bool CDImageMemory::CopyImage(CDImage* image, ProgressCallback* progress)
|
||||||
{
|
{
|
||||||
if (!image->ReadSectorFromIndex(memory_ptr, index, lba))
|
if (!image->ReadSectorFromIndex(memory_ptr, index, lba))
|
||||||
{
|
{
|
||||||
Log_ErrorPrintf("Failed to read LBA %u in index %u", lba, index);
|
Log_ErrorPrintf("Failed to read LBA %u in index %u", lba, i);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue