REFACTOR: Use explicit or implicit modified definition.

This commit is contained in:
2017-12-20 17:46:47 +00:00
parent 3c843c3b06
commit ff2afc4593
13 changed files with 27 additions and 27 deletions

View File

@@ -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;