Fix issues in convert and generate

This commit is contained in:
Matt Nadareski
2016-03-25 09:23:32 -07:00
parent 8fa4421253
commit 8ef2e384b2
2 changed files with 3 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ namespace DATabase
string state = "";
if (lastgame != "" && lastgame != rom.Game)
{
state += (_old ? "}\n" : "\t</machine>\n");
state += (_old ? ")\n" : "\t</machine>\n");
}
if (lastgame != rom.Game)