diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-01-24 17:16:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-01-24 17:16:59 (GMT) |
commit | b758d4da4a8e15f84b0a43cb4f7f76f997fda6f7 (patch) | |
tree | 9dd8099a9fc4ba0246b15961598ae77f42cb544e /src/format/pe | |
parent | 13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff) |
Typo.
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; |