summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index 5832eb1..a8aa069 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -229,7 +229,7 @@ struct pe_raw_image_data_dir {
};
-struct pe_sec_hdr {
+struct pe_raw_sec_hdr {
unsigned char name [0x08]; /* 0x00 */
unsigned char virtual_size [0x04]; /* 0x08 */
unsigned char virtual_addr [0x04]; /* 0x0c */