summaryrefslogtreecommitdiff
path: root/libparted/fs/r/hfs/hfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs/r/hfs/hfs.h')
-rw-r--r--libparted/fs/r/hfs/hfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libparted/fs/r/hfs/hfs.h b/libparted/fs/r/hfs/hfs.h
index 4fa2e95..0a9392a 100644
--- a/libparted/fs/r/hfs/hfs.h
+++ b/libparted/fs/r/hfs/hfs.h
@@ -529,7 +529,7 @@ struct __attribute__ ((packed)) _HfsJBlockListHeader {
uint32_t bytes_used;
uint32_t checksum;
uint32_t pad;
- HfsJBlockInfo binfo[1];
+ HfsJBlockInfo binfo[];
};
typedef struct _HfsJBlockListHeader HfsJBlockListHeader;