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 e410b55..5832eb1 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -223,7 +223,7 @@ union pe_raw_opt_hdr {
};
-struct pe_image_data_dir {
+struct pe_raw_image_data_dir {
unsigned char rva [0x04]; /* 0x00 */
unsigned char size [0x04]; /* 0x04 */
};