mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
Fix typo in previous delta
This commit is contained in:
parent
4d80692901
commit
ff71f4f7d0
@ -1,3 +1,7 @@
|
||||
2004-02-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* emultempl/pe.em (_after_open): Fix typo in previous delta.
|
||||
|
||||
2004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
|
||||
|
@ -1140,7 +1140,7 @@ gld_${EMULATION_NAME}_after_open (void)
|
||||
comparisons. */
|
||||
pnt = strrchr (is3->the_bfd->filename, '.');
|
||||
if (pnt != NULL && strcmp (pnt, ".dll") == 0)
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
|
||||
if (is3 == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user