[SimpleSort] Fix some output

This commit is contained in:
Matt Nadareski
2016-06-22 21:46:07 -07:00
parent b943fee50d
commit 11fe64b5c8

View File

@@ -327,7 +327,7 @@ namespace SabreTools
} }
// Now output the stats for the DAT (remaining) // Now output the stats for the DAT (remaining)
_logger.User("Stats of the remaining ROMs:"); _logger.User("\nStats of the remaining ROMs:");
Stats.OutputStats(_datdata, _logger, true); Stats.OutputStats(_datdata, _logger, true);
return success; return success;