diff options
Diffstat (limited to 'toys/other/stat.c')
-rw-r--r-- | toys/other/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/stat.c b/toys/other/stat.c index 27b167c..b1355a5 100644 --- a/toys/other/stat.c +++ b/toys/other/stat.c @@ -78,7 +78,7 @@ static char* ftype_to_string(uint64_t ftype) case 0x517B: return "smb"; case 0x4d44: return "msdos"; case 0x4006: return "fat"; - //case 0x43415d53: return "smackfs"; + case 0x43415d53: return "smackfs"; case 0x73717368: return "squashfs"; default: return "unknown"; } |