Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/libext2_superblock.c

    r18626b3 r82a3b31f  
    184184                return EXT2_REV0_INODE_SIZE;
    185185        }
    186         return uint32_t_le2host(sb->inode_size);
     186        return uint16_t_le2host(sb->inode_size);
    187187}
    188188
Note: See TracChangeset for help on using the changeset viewer.