mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Member or type can be made internal.
This commit is contained in:
@@ -40,12 +40,12 @@ using Schemas;
|
||||
|
||||
namespace DiscImageChef.Commands
|
||||
{
|
||||
public static class Checksum
|
||||
static class Checksum
|
||||
{
|
||||
// How many sectors to read at once
|
||||
const uint sectorsToRead = 256;
|
||||
|
||||
public static void doChecksum(ChecksumOptions options)
|
||||
internal static void doChecksum(ChecksumOptions options)
|
||||
{
|
||||
DicConsole.DebugWriteLine("Checksum command", "--debug={0}", options.Debug);
|
||||
DicConsole.DebugWriteLine("Checksum command", "--verbose={0}", options.Verbose);
|
||||
|
||||
Reference in New Issue
Block a user