REFACTOR: Final cleanup of DiscImageChef.

This commit is contained in:
2017-12-23 04:48:17 +00:00
parent 5784f342ab
commit d4bfbf2cae
17 changed files with 535 additions and 514 deletions

View File

@@ -68,7 +68,7 @@ namespace DiscImageChef
}
internal static void UpdateTwoProgress(string text, long current, long maximum, string text2, long current2,
long maximum2)
long maximum2)
{
DicConsole.Write("\r" + text + ": " + text2);
}