From ca9b3d5b1e56f79c38d98672602383b7ba23df70 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 30 Nov 2016 19:40:58 -0500 Subject: struct pe_{raw|meta}_opt_hdr_align: member name normalization. --- include/perk/perk_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/perk/perk_structs.h') diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h index b81f831..9a20036 100644 --- a/include/perk/perk_structs.h +++ b/include/perk/perk_structs.h @@ -52,8 +52,8 @@ struct pe_raw_opt_hdr_std { }; struct pe_raw_opt_hdr_align { - unsigned char section_align [0x04]; /* 0x20 */ - unsigned char file_align [0x04]; /* 0x24 */ + unsigned char coh_section_align [0x04]; /* 0x20 */ + unsigned char coh_file_align [0x04]; /* 0x24 */ }; struct pe_raw_opt_hdr_vers { -- cgit v1.2.3