From 7290a4005e8fd232b34b9bc2e1f61af2c3929696 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Mon, 17 Oct 2016 19:32:55 -0500 Subject: [PATCH] newline --- external/3rd/library/webAPI/webAPIHeartbeat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } };