fix warnings, and bogosity in projectfiles

This commit is contained in:
Chris Forbes
2010-12-27 13:36:54 +13:00
parent 3d47584cd8
commit 2cce1ce23c
4 changed files with 5 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ namespace RALint
++errors;
}
static Dictionary<string, int> ValidPrereqs;
static Dictionary<string, int> ValidPrereqs = new Dictionary<string, int>();
static int Main(string[] args)
{