diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/format/exe_format.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +09-06-07 Cyrille Bagard <nocbos@gmail.com> + + * src/format/exe_format.c: + Typo (X386 -> i386). + 09-06-01 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: diff --git a/src/format/exe_format.c b/src/format/exe_format.c index 6a5c55c..2924847 100644 --- a/src/format/exe_format.c +++ b/src/format/exe_format.c @@ -373,7 +373,7 @@ FormatTargetMachine get_exe_target_machine(const exe_format *format) log_simple_message(LMT_INFO, _("Detected architecture: Microprocessor without Interlocked Pipeline Stages")); break; case FTM_386: - log_simple_message(LMT_INFO, _("Detected architecture: X386")); + log_simple_message(LMT_INFO, _("Detected architecture: i386")); break; } |