X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fbb_e2fs_defs.h;h=3f5e3c45bd7c4ef298568a3334b81ad5e157e8b9;hb=cd256e1c407aa70dfefb7178ed2c0e4201f1aaf7;hp=b400f8c119da2af8742beb99da1959609939bb8b;hpb=c9a13116a4497f4597ad5db6eb3cac9680fd6fc4;p=oweals%2Fbusybox.git diff --git a/include/bb_e2fs_defs.h b/include/bb_e2fs_defs.h index b400f8c11..3f5e3c45b 100644 --- a/include/bb_e2fs_defs.h +++ b/include/bb_e2fs_defs.h @@ -442,7 +442,7 @@ struct ext2_super_block { uint32_t s_reserved[162]; /* Padding to the end of the block */ }; struct BUG_ext2_super_block { - char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; + char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1]; }; /*