aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index 8a23d687b..ee5e03edd 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -208,7 +208,7 @@ FS_TYPE(0x62656572, "sysfs")
208static const char *human_fstype(uint32_t f_type) 208static const char *human_fstype(uint32_t f_type)
209{ 209{
210# define FS_TYPE(type, name) type, 210# define FS_TYPE(type, name) type,
211 static const uint32_t fstype[] = { 211 static const uint32_t fstype[] ALIGN4 = {
212 FS_TYPE_LIST 212 FS_TYPE_LIST
213 }; 213 };
214# undef FS_TYPE 214# undef FS_TYPE