This commit is contained in:
DarthArgus
2016-10-17 19:32:55 -05:00
parent d845df1921
commit 7290a4005e
+1 -1
View File
@@ -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();
}
};