summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-07 16:28:02 +0000
committermidipix <writeonce@midipix.org>2025-06-07 16:35:57 +0000
commit6dc5235523e2a9581beab7b260e8d44c846cf4d5 (patch)
treef5c5d48c1bf811cf39f69d978f49ea5f66955d62 /include
parent18f51d631e5e59a8a0b840eebde3fd6ab1f1b5d1 (diff)
downloadperk-6dc5235523e2a9581beab7b260e8d44c846cf4d5.tar.bz2
perk-6dc5235523e2a9581beab7b260e8d44c846cf4d5.tar.xz
struct pe_raw_coff_image_hdr: rename .cfh_num_of_syms to reflect content.
Diffstat (limited to 'include')
-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 56264ae..18b52a9 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -34,7 +34,7 @@ struct pe_raw_coff_image_hdr {
unsigned char cfh_num_of_sections [0x02]; /* 0x06 */
unsigned char cfh_time_date_stamp [0x04]; /* 0x08 */
unsigned char cfh_ptr_to_sym_tbl [0x04]; /* 0x0c */
- unsigned char cfh_num_of_syms [0x04]; /* 0x10 */
+ unsigned char cfh_num_of_sym_recs [0x04]; /* 0x10 */
unsigned char cfh_size_of_opt_hdr [0x02]; /* 0x14 */
unsigned char cfh_characteristics [0x02]; /* 0x16 */
};