aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/file/zfs_archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/file/zfs_archive.h')
-rw-r--r--engines/zvision/file/zfs_archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/file/zfs_archive.h b/engines/zvision/file/zfs_archive.h
index 571591a6d1..fe0221416d 100644
--- a/engines/zvision/file/zfs_archive.h
+++ b/engines/zvision/file/zfs_archive.h
@@ -39,7 +39,7 @@ struct ZfsHeader {
uint32 maxNameLength;
uint32 filesPerBlock;
uint32 fileCount;
- byte xorKey[4];
+ uint8 xorKey[4];
uint32 fileSectionOffset;
};