summaryrefslogtreecommitdiffhomepage
path: root/include/pemagine/pe_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-04 08:32:07 -0500
committermidipix <writeonce@midipix.org>2017-02-04 08:32:07 -0500
commit02863d5d32f2f3693d3e0fbcfa325e65420717cd (patch)
treebaff97b401ce5b75640b9e41bc40e4c4d3cfff55 /include/pemagine/pe_structs.h
parent8bf8b6bb6a1866d8a2cac15c745cbe6fdb04e63c (diff)
downloadpemagine-02863d5d32f2f3693d3e0fbcfa325e65420717cd.tar.bz2
pemagine-02863d5d32f2f3693d3e0fbcfa325e65420717cd.tar.xz
raw data: renamed struct pe_raw_coff_file_hdr --> struct pe_raw_coff_image_hdr.
Diffstat (limited to 'include/pemagine/pe_structs.h')
-rw-r--r--include/pemagine/pe_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h
index 3c2e478..480b625 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_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 */