RMG: improve error message in exception_handler()

This commit is contained in:
Rosalie Wanders
2025-02-27 19:18:52 +01:00
parent b4a0642122
commit e1bbf66ff1
+1 -1
View File
@@ -105,7 +105,7 @@ static LONG WINAPI exception_handler(_EXCEPTION_POINTERS* ExceptionInfo)
nullptr, nullptr);
if (!ret)
{
show_error("Crash detected, failed to save minidump file!");
show_error("Failed to save minidump file!");
}
}