diff --git a/OpenRA.Lint/YamlChecker.cs b/OpenRA.Lint/YamlChecker.cs index 9011df7476..4738987ec6 100644 --- a/OpenRA.Lint/YamlChecker.cs +++ b/OpenRA.Lint/YamlChecker.cs @@ -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);