mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Fixed MOST name inconsistencies.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace DiscImageChef.Devices
|
||||
{
|
||||
if(fd != null)
|
||||
{
|
||||
switch(platformID)
|
||||
switch(platformId)
|
||||
{
|
||||
case Interop.PlatformID.Win32NT:
|
||||
Windows.Extern.CloseHandle((SafeFileHandle)fd);
|
||||
|
||||
Reference in New Issue
Block a user