summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-04 08:24:03 -0500
committermidipix <writeonce@midipix.org>2017-02-04 08:24:03 -0500
commit822ef04f335206139e9dac15c96c70610e4e77ed (patch)
tree252beb75432bb610da87158543bbaae21bf6ae8a /include/perk/perk_structs.h
parent4348f399e9a5aa6c062a4fa5d62d77a929781238 (diff)
downloadperk-822ef04f335206139e9dac15c96c70610e4e77ed.tar.bz2
perk-822ef04f335206139e9dac15c96c70610e4e77ed.tar.xz
raw data: renamed struct pe_raw_coff_file_hdr --> struct pe_raw_coff_image_hdr.
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 */