mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace DiscImageChef.Devices
|
||||
public string Model;
|
||||
public string Serial;
|
||||
public string Bus;
|
||||
public bool Supported;
|
||||
public bool Supported;
|
||||
}
|
||||
|
||||
public partial class Device
|
||||
@@ -53,7 +53,7 @@ namespace DiscImageChef.Devices
|
||||
switch(DetectOS.GetRealPlatformID())
|
||||
{
|
||||
case PlatformID.Win32NT: return Windows.ListDevices.GetList();
|
||||
case PlatformID.Linux: return Linux.ListDevices.GetList();
|
||||
case PlatformID.Linux: return Linux.ListDevices.GetList();
|
||||
case PlatformID.FreeBSD: return FreeBSD.ListDevices.GetList();
|
||||
default:
|
||||
throw new InvalidOperationException($"Platform {DetectOS.GetRealPlatformID()} not yet supported.");
|
||||
|
||||
Reference in New Issue
Block a user