diff --git a/src/CxbxKrnl/EmuFS.cpp b/src/CxbxKrnl/EmuFS.cpp index 210329d44..28349f1b9 100644 --- a/src/CxbxKrnl/EmuFS.cpp +++ b/src/CxbxKrnl/EmuFS.cpp @@ -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;