mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix build
This commit is contained in:
@@ -2148,8 +2148,8 @@ namespace SabreTools.Helper
|
|||||||
else if (Regex.IsMatch(line, Constants.EndPatternCMP) && block)
|
else if (Regex.IsMatch(line, Constants.EndPatternCMP) && block)
|
||||||
{
|
{
|
||||||
block = false;
|
block = false;
|
||||||
blockname = "", tempgamename = "", gamedesc = "", cloneof = "",
|
blockname = ""; tempgamename = ""; gamedesc = ""; cloneof = "";
|
||||||
romof = "", sampleof = "", year = "", manufacturer = "";
|
romof = ""; sampleof = ""; year = ""; manufacturer = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user