summaryrefslogtreecommitdiffhomepage
path: root/src/headers/pe_get_image_coff_hdr_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/headers/pe_get_image_coff_hdr_addr.c')
-rw-r--r--src/headers/pe_get_image_coff_hdr_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headers/pe_get_image_coff_hdr_addr.c b/src/headers/pe_get_image_coff_hdr_addr.c
index d2ff03a..6951095 100644
--- a/src/headers/pe_get_image_coff_hdr_addr.c
+++ b/src/headers/pe_get_image_coff_hdr_addr.c
@@ -12,7 +12,7 @@
pe_api
struct pe_coff_file_hdr * pe_get_image_coff_hdr_addr(const void * base)
{
- struct pe_image_dos_hdr * dos;
+ struct pe_raw_image_dos_hdr * dos;
struct pe_coff_file_hdr * coff;
uint32_t * offset;