Forgot "\"

This commit is contained in:
Alex
2022-12-21 21:48:33 +02:00
parent 873b2e0051
commit bcca1e9b6c

View File

@ -302,7 +302,7 @@ namespace CrashHandler
if (CountI > TotalCount)
{
EHPrint("eFF4400Count too big! Maximum allowed is %ld\eFAFAFA\n", TotalCount);
EHPrint("\eFF4400Count too big! Maximum allowed is %ld\eFAFAFA\n", TotalCount);
Display->SetBuffer(SBIdx);
}
else