Commit 792a41d1 by Olli Etuaho

Fix missing newline from "Missing main()" error message

Change-Id: Id28e20097fc2c66117c688425c73df731afecbe3 Reviewed-on: https://chromium-review.googlesource.com/318431Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarOlli Etuaho <oetuaho@nvidia.com>
parent 90c253a6
...@@ -607,7 +607,7 @@ bool TCompiler::tagUsedFunctions() ...@@ -607,7 +607,7 @@ bool TCompiler::tagUsedFunctions()
} }
infoSink.info.prefix(EPrefixError); infoSink.info.prefix(EPrefixError);
infoSink.info << "Missing main()"; infoSink.info << "Missing main()\n";
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment