diff --git a/src/filemanager/filegui.c b/src/filemanager/filegui.c index 5c389b787..e55f8f889 100644 --- a/src/filemanager/filegui.c +++ b/src/filemanager/filegui.c @@ -124,7 +124,7 @@ int classic_progressbar = 1; typedef enum { MSDOS_SUPER_MAGIC = 0x4d44, NTFS_SB_MAGIC = 0x5346544e, - NTFS_3G_MAGIC = 0x65735546, + FUSE_MAGIC = 0x65735546, PROC_SUPER_MAGIC = 0x9fa0, SMB_SUPER_MAGIC = 0x517B, NCP_SUPER_MAGIC = 0x564c, @@ -198,7 +198,6 @@ filegui__check_attrs_on_fs (const char *fs_path) { case MSDOS_SUPER_MAGIC: case NTFS_SB_MAGIC: - case NTFS_3G_MAGIC: case PROC_SUPER_MAGIC: case SMB_SUPER_MAGIC: case NCP_SUPER_MAGIC: