diff --git a/biosdrain.c b/biosdrain.c index 29fb3b0..8f846a5 100644 --- a/biosdrain.c +++ b/biosdrain.c @@ -61,7 +61,7 @@ void LoadSystemInformation() menu_status("- ROM0 exists? %s\n", g_hardwareInfo.ROMs[0].IsExists ? "Yes" : "No"); if (g_hardwareInfo.ROMs[0].IsExists) { - menu_status("- ROM0 ADDR and SIZE: %08X %08X", g_hardwareInfo.ROMs[0].StartAddress, g_hardwareInfo.ROMs[0].size); + menu_status("- ROM0 ADDR and SIZE: %08X %08X\n", g_hardwareInfo.ROMs[0].StartAddress, g_hardwareInfo.ROMs[0].size); } menu_status("- DVD exists? %s\n", g_hardwareInfo.DVD_ROM.IsExists ? "Yes" : "No");