From a78709ccbb8f5b2a8fda746e57409a64ee4a0c54 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Sun, 7 Jul 2019 19:03:04 +0500 Subject: [PATCH] Add a missing newline characters. --- dlls/bullsquid.cpp | 2 +- dlls/houndeye.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/bullsquid.cpp b/dlls/bullsquid.cpp index af3ab88a..8db94c25 100644 --- a/dlls/bullsquid.cpp +++ b/dlls/bullsquid.cpp @@ -398,7 +398,7 @@ BOOL CBullsquid::FValidateHintType( short sHint ) } } - ALERT( at_aiconsole, "Couldn't validate hint type" ); + ALERT( at_aiconsole, "Couldn't validate hint type\n" ); return FALSE; } diff --git a/dlls/houndeye.cpp b/dlls/houndeye.cpp index cedee258..940b68ea 100644 --- a/dlls/houndeye.cpp +++ b/dlls/houndeye.cpp @@ -155,7 +155,7 @@ BOOL CHoundeye::FValidateHintType( short sHint ) } } - ALERT( at_aiconsole, "Couldn't validate hint type" ); + ALERT( at_aiconsole, "Couldn't validate hint type\n" ); return FALSE; }