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:
@@ -34,23 +34,23 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
{
|
||||
public partial class ISO9660
|
||||
{
|
||||
const ushort APPLE_MAGIC = 0x4141; // "AA"
|
||||
const ushort APPLE_MAGIC = 0x4141; // "AA"
|
||||
const ushort APPLE_MAGIC_OLD = 0x4241; // "BA"
|
||||
|
||||
enum AppleId : byte
|
||||
{
|
||||
ProDOS = 1,
|
||||
HFS = 2
|
||||
HFS = 2
|
||||
}
|
||||
|
||||
enum AppleOldId : byte
|
||||
{
|
||||
ProDOS = 1,
|
||||
TypeCreator = 2,
|
||||
TypeCreatorBundle = 3,
|
||||
TypeCreatorIcon = 4,
|
||||
ProDOS = 1,
|
||||
TypeCreator = 2,
|
||||
TypeCreatorBundle = 3,
|
||||
TypeCreatorIcon = 4,
|
||||
TypeCreatorIconBundle = 5,
|
||||
HFS = 6
|
||||
HFS = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user