[DatFile] Fix build

This commit is contained in:
Matt Nadareski
2017-03-29 14:55:46 -07:00
parent 87d8846eb2
commit b5bfaf2eec

View File

@@ -522,7 +522,7 @@ Please check the log folder if the stats scrolled offscreen", false);
// First try to create the output directory if we need to // First try to create the output directory if we need to
if (!Directory.Exists(outDir)) if (!Directory.Exists(outDir))
{ {
Directory.CreateDirectory(outDir)); Directory.CreateDirectory(outDir);
} }
// For each output format, get the appropriate stream writer // For each output format, get the appropriate stream writer