]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_human_fstype): Add missing `break;' for `case S_MAGIC_MINIX:'.
authorJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 07:21:42 +0000 (07:21 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 07:21:42 +0000 (07:21 +0000)
src/stat.c

index 9165a10abe2f7d5d8c26042d134246543cbf3a7d..e818d7e50b6c132cbe835cb8196fe8a320bf7210 100644 (file)
@@ -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;