summaryrefslogtreecommitdiff
path: root/src/format/pe/pe_def.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-24 17:16:59 (GMT)
commitb758d4da4a8e15f84b0a43cb4f7f76f997fda6f7 (patch)
tree9dd8099a9fc4ba0246b15961598ae77f42cb544e /src/format/pe/pe_def.h
parent13c6b1b9fabf3b75c69e70489ab53abbd300c5fb (diff)
Typo.
Diffstat (limited to 'src/format/pe/pe_def.h')
-rw-r--r--src/format/pe/pe_def.h2
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;