summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stat.c b/src/stat.c
index 9165a10ab..e818d7e50 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -123,6 +123,7 @@ print_human_fstype (struct statfs const *statfsbuf)
break;
case S_MAGIC_MINIX:
type = "minix";
+ break;
case S_MAGIC_MINIX_30:
type = "minix (30 char.)";
break;