mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 23:44:35 +00:00
Forgot "\"
This commit is contained in:
parent
873b2e0051
commit
bcca1e9b6c
@ -302,7 +302,7 @@ namespace CrashHandler
|
|||||||
|
|
||||||
if (CountI > TotalCount)
|
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);
|
Display->SetBuffer(SBIdx);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user