diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk/perk_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/perk/perk_structs.h b/src/internal/perk/perk_structs.h index 8ec0b94..09f4105 100644 --- a/src/internal/perk/perk_structs.h +++ b/src/internal/perk/perk_structs.h @@ -340,7 +340,7 @@ struct pe_raw_coff_reloc { }; -struct pe_aux_rec_section { +struct pe_raw_aux_rec_section { unsigned char aux_size [0x04]; /* 0x00 */ unsigned char aux_num_of_relocs [0x02]; /* 0x04 */ unsigned char aux_num_of_line_nums [0x02]; /* 0x06 */ |