diff options
Diffstat (limited to 'src/internal/perk')
-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 4497758..8d1d27d 100644 --- a/src/internal/perk/perk_structs.h +++ b/src/internal/perk/perk_structs.h @@ -343,7 +343,7 @@ struct pe_raw_coff_reloc { }; -struct pe_raw_base_reloc_block { +struct pe_raw_base_reloc_blk { unsigned char blk_rva [0x04]; /* 0x00 */ unsigned char blk_size [0x04]; /* 0x04 */ unsigned char blk_data[] [0x02]; /* 0x08 */ |