Forgot "\"

This commit is contained in:
Alex 2022-12-21 21:48:33 +02:00
parent 873b2e0051
commit bcca1e9b6c
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

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