Skip to content

Commit 900315a

Browse files
committed
std.coff: Fix size of ImportHeader.types
1 parent b382119 commit 900315a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/coff.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ pub const ImportHeader = extern struct {
13591359
time_date_stamp: u32,
13601360
size_of_data: u32,
13611361
hint: u16,
1362-
types: packed struct(u32) {
1362+
types: packed struct(u16) {
13631363
type: ImportType,
13641364
name_type: ImportNameType,
13651365
reserved: u11,

0 commit comments

Comments
 (0)