Forgot a linebreak

This commit is contained in:
Luke Usher 2016-04-02 20:20:32 +01:00
parent 729123e57a
commit 35cfdce7d5
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ void EmuInitFS()
if (memcmp((void*)addr, &fsInstructions[i].data[0], sizeOfData) == 0)
{
DbgPrintf("Patching FS Instruction at 0x%08X", addr);
DbgPrintf("Patching FS Instruction at 0x%08X\n", addr);
// Write Call opcode
*(uint08*)addr = 0xE8;