Consolodate DAT generation

This commit is contained in:
Matt Nadareski
2016-04-18 14:05:34 -07:00
parent fa4c5d069b
commit 8621a5abe6
3 changed files with 6 additions and 187 deletions

View File

@@ -86,7 +86,7 @@ namespace SabreTools.Helper
}
sw.Write((old ? ")" : "\t</machine>\n</datafile>"));
logger.Log("File written!");
logger.Log("File written!" + Environment.NewLine);
sw.Close();
fs.Close();
}