mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Filesystems should be public.
This commit is contained in:
@@ -37,7 +37,7 @@ using System.Collections.Generic;
|
||||
namespace DiscImageChef.Filesystems
|
||||
{
|
||||
// Information from Practical Filesystem Design, ISBN 1-55860-497-9
|
||||
class BeFS : Filesystem
|
||||
public class BeFS : Filesystem
|
||||
{
|
||||
// Little endian constants (that is, as read by .NET :p)
|
||||
const uint BEFS_MAGIC1 = 0x42465331;
|
||||
|
||||
Reference in New Issue
Block a user