[DatFile] Missed removing one

This commit is contained in:
Matt Nadareski
2016-10-05 14:35:44 -07:00
parent c03a54a41d
commit 78582b7377

View File

@@ -4647,7 +4647,7 @@ namespace SabreTools.Helper
footer += "\t</data>\n</datafile>\n";
break;
case OutputFormat.SoftwareList:
footer = "\t\t</part>\n\t</software>\n\n</softwarelist>\n";
footer = "\t</software>\n\n</softwarelist>\n";
break;
}
}