[DatFile] Fix build

This commit is contained in:
Matt Nadareski
2016-10-10 18:30:48 -07:00
parent c978c0c73a
commit 5605ee863f

View File

@@ -2148,8 +2148,8 @@ namespace SabreTools.Helper
else if (Regex.IsMatch(line, Constants.EndPatternCMP) && block)
{
block = false;
blockname = "", tempgamename = "", gamedesc = "", cloneof = "",
romof = "", sampleof = "", year = "", manufacturer = "";
blockname = ""; tempgamename = ""; gamedesc = ""; cloneof = "";
romof = ""; sampleof = ""; year = ""; manufacturer = "";
}
}