From d133be1fc3b2acbccba8c30d82434bffd8f7985a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Apr 2002 07:21:42 +0000 Subject: (print_human_fstype): Add missing `break;' for `case S_MAGIC_MINIX:'. --- src/stat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3-54-g00ecf