Add newline to the output.

This commit is contained in:
Stephen Kelly 2012-05-09 22:55:51 +02:00
parent 2c04bc00a4
commit 8778357898
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ private:
void ParseTranslationUnits()
{
this->TranslationUnits = TranslationUnitsType();
ExpectOrDie('[', "at start of compile command file");
ExpectOrDie('[', "at start of compile command file\n");
do
{
ParseTranslationUnit();