aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fs/affs/amigaffs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/affs/amigaffs.h b/fs/affs/amigaffs.h
index 0f739ea56293..8c91b6996893 100644
--- a/fs/affs/amigaffs.h
+++ b/fs/affs/amigaffs.h
@@ -119,7 +119,7 @@ struct affs_data_head
__be32 size;
__be32 next;
__be32 checksum;
- u8 data[1]; /* depends on block size */
+ u8 data[]; /* depends on block size */
};
/* Permission bits */