Browse Source

Add a missing newline characters.

hltopdown
Andrey Akhmichin 6 years ago
parent
commit
a78709ccbb
  1. 2
      dlls/bullsquid.cpp
  2. 2
      dlls/houndeye.cpp

2
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; return FALSE;
} }

2
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; return FALSE;
} }

Loading…
Cancel
Save