mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 15:11:01 +00:00
Small fix
This commit is contained in:
@@ -238,7 +238,7 @@ namespace
|
||||
const auto value = signals_received++;
|
||||
if (value == 1)
|
||||
{
|
||||
win_emu.log.log("Exit already requested. Press CTRL+C again to force kill!");
|
||||
win_emu.log.log("Exit already requested. Press CTRL+C again to force kill!\n");
|
||||
}
|
||||
else if (value >= 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user