summaryrefslogtreecommitdiffhomepage
path: root/src/headers/pe_get_image_section_tbl_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/headers/pe_get_image_section_tbl_addr.c')
-rw-r--r--src/headers/pe_get_image_section_tbl_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headers/pe_get_image_section_tbl_addr.c b/src/headers/pe_get_image_section_tbl_addr.c
index 52e24d0..bbab5a2 100644
--- a/src/headers/pe_get_image_section_tbl_addr.c
+++ b/src/headers/pe_get_image_section_tbl_addr.c
@@ -14,7 +14,7 @@ pe_api
struct pe_sec_hdr * pe_get_image_section_tbl_addr (const void * base)
{
struct pe_raw_coff_file_hdr * coff;
- union pe_opt_hdr * opt;
+ union pe_raw_opt_hdr * opt;
if (!(coff = pe_get_image_coff_hdr_addr(base)))
return 0;