diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/blkid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/blkid.c b/toys/other/blkid.c index 8aab8f74..2880812a 100644 --- a/toys/other/blkid.c +++ b/toys/other/blkid.c @@ -48,7 +48,7 @@ static const struct fstype fstypes[] = { {"jfs", 0x3153464a, 4, 32768, 32920, 16, 32904}, {"nilfs", 0x3434, 2, 1030, 1176, 80, 1192}, {"reiserfs", 0x724573496552ULL, 6, 8244, 8276, 16, 8292}, - {"reiserfs", 0x724573496552ULL, 6, 65588, 65620, 16, 65536}, + {"reiserfs", 0x724573496552ULL, 6, 65588, 65620, 16, 65636}, {"romfs", 0x2d6d6f72, 4, 0, 0,0,0}, {"squashfs", 0x73717368, 4, 0, 0,0,0}, {"xiafs", 0x012fd16d, 4, 572, 0,0,0}, |