explain the strange console message

This commit is contained in:
Matthias Mailänder
2014-06-28 10:38:51 +02:00
parent a5ac1aa581
commit dcaef3b0e9

View File

@@ -20,6 +20,7 @@ namespace OpenRA.Lint
{
static int errors = 0;
// mimic Windows compiler error format
static void EmitError(string e)
{
Console.WriteLine("OpenRA.Lint(1,1): Error: {0}", e);