mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use explicit or implicit modified definition.
This commit is contained in:
@@ -291,7 +291,7 @@ namespace DiscImageChef.Devices.Windows
|
||||
}
|
||||
|
||||
// return a unique device number for the given device path
|
||||
private static int GetDeviceNumber(string devicePath)
|
||||
static int GetDeviceNumber(string devicePath)
|
||||
{
|
||||
int ans = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user