mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed reduntant commas.
This commit is contained in:
@@ -421,7 +421,7 @@ namespace DiscImageChef.Partitions
|
||||
/// <summary>Unknown, seen in the wild</summary>
|
||||
Unknown2 = 0x40000000,
|
||||
/// <summary>Reserved, not seen in the wild</summary>
|
||||
Reserved = 0xBFFFFC00,
|
||||
Reserved = 0xBFFFFC00
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
|
||||
Reference in New Issue
Block a user