mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code style and feature fixes.
This commit is contained in:
@@ -57,7 +57,7 @@ public sealed partial class ISO9660
|
||||
public uint Blocks;
|
||||
}
|
||||
|
||||
class DecodedDirectoryEntry
|
||||
sealed class DecodedDirectoryEntry
|
||||
{
|
||||
public byte[] AmigaComment;
|
||||
public AmigaProtection? AmigaProtection;
|
||||
@@ -97,7 +97,7 @@ public sealed partial class ISO9660
|
||||
public override string ToString() => Filename;
|
||||
}
|
||||
|
||||
class PathTableEntryInternal
|
||||
sealed class PathTableEntryInternal
|
||||
{
|
||||
public uint Extent;
|
||||
public string Name;
|
||||
|
||||
Reference in New Issue
Block a user