Cleanup between namespace extraction

This commit is contained in:
Matt Nadareski
2020-12-08 11:09:05 -08:00
parent 96f0a94b10
commit 174be6ca54
78 changed files with 809 additions and 1231 deletions

View File

@@ -38,7 +38,7 @@ namespace SabreTools.Library.Reports
{
string line = @"'" + _name + @"':
--------------------------------------------------
Uncompressed size: " + Utilities.GetBytesReadable(_stats.TotalSize) + @"
Uncompressed size: " + GetBytesReadable(_stats.TotalSize) + @"
Games found: " + _machineCount + @"
Roms found: " + _stats.RomCount + @"
Disks found: " + _stats.DiskCount + @"