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 0dc3a8a..5105cd1 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -28,7 +28,7 @@ struct pe_raw_image_dos_hdr {
};
-struct pe_raw_coff_file_hdr {
+struct pe_raw_coff_image_hdr {
unsigned char cfh_signature [0x04]; /* 0x00 */
unsigned char cfh_machine [0x02]; /* 0x04 */
unsigned char cfh_num_of_sections [0x02]; /* 0x06 */