diff --git a/external/3rd/library/webAPI/webAPIHeartbeat.h b/external/3rd/library/webAPI/webAPIHeartbeat.h index 6e59ed24..dcb37b8c 100644 --- a/external/3rd/library/webAPI/webAPIHeartbeat.h +++ b/external/3rd/library/webAPI/webAPIHeartbeat.h @@ -29,7 +29,7 @@ namespace StellaBellum { } inline void eatIt() { - fputs(vxENCRYPT("FATAL: Unknown memory (null) access violation!").decrypt(), stderr); + fputs(vxENCRYPT("FATAL: Unknown memory (null) access violation!\n").decrypt(), stderr); abort(); } };