summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-30 19:40:04 -0500
committermidipix <writeonce@midipix.org>2016-12-01 08:00:20 -0500
commitd271c20fa9dccd08dd265b79d5946707342407d1 (patch)
treecc4d84df69522fded635cca302dfb0c76e105aef /include
parenta32475e2add2db734f8e4d3c1552c524f342bf94 (diff)
downloadpemagine-d271c20fa9dccd08dd265b79d5946707342407d1.tar.bz2
pemagine-d271c20fa9dccd08dd265b79d5946707342407d1.tar.xz
struct pe_raw_opt_hdr_align: member name normalization.
Diffstat (limited to 'include')
-rw-r--r--include/pemagine/pe_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pemagine/pe_structs.h b/include/pemagine/pe_structs.h
index f771263..c4d1e19 100644
--- a/include/pemagine/pe_structs.h
+++ b/include/pemagine/pe_structs.h
@@ -52,8 +52,8 @@ struct pe_raw_opt_hdr_std {
};
struct pe_raw_opt_hdr_align {
- unsigned char section_align [0x04]; /* 0x20 */
- unsigned char file_align [0x04]; /* 0x24 */
+ unsigned char coh_section_align [0x04]; /* 0x20 */
+ unsigned char coh_file_align [0x04]; /* 0x24 */
};
struct pe_raw_opt_hdr_vers {