diff --git a/src/filesystem.ext.pas b/src/filesystem.ext.pas index d90f8b5..5d31b39 100644 --- a/src/filesystem.ext.pas +++ b/src/filesystem.ext.pas @@ -159,7 +159,7 @@ function TPartedFileSystemExt4.GetSupport: TPartedFileSystemSupport; initialization RegisterFileSystem(TPartedFileSystemExt2, ['ext2'], [1]); - RegisterFileSystem(TPartedFileSystemExt2, ['ext3'], [1]); - RegisterFileSystem(TPartedFileSystemExt3, ['ext4'], [1]); + RegisterFileSystem(TPartedFileSystemExt3, ['ext3'], [1]); + RegisterFileSystem(TPartedFileSystemExt4, ['ext4'], [1]); end. \ No newline at end of file