diff options
Diffstat (limited to 'src/format/pe')
-rw-r--r-- | src/format/pe/pe_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/pe/pe_def.h b/src/format/pe/pe_def.h index 2557226..d6d34f2 100644 --- a/src/format/pe/pe_def.h +++ b/src/format/pe/pe_def.h @@ -55,7 +55,7 @@ typedef struct _image_dos_header uint16_t e_oemid; /* Identifiant OEM */ uint16_t e_oeminfo; /* Infos OEM pour e_oemid */ uint16_t e_res2[10]; /* Mots réservés */ - uint32_t e_lfanew; /* Décallage de bonne en-tête */ + uint32_t e_lfanew; /* Décalage de bon en-tête */ } image_dos_header; |