summaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-25 18:02:25 +0000
committerNick Clifton <nickc@redhat.com>2011-03-25 18:02:25 +0000
commitde9be0340d198704ea6474a1d34f2a02b2e78723 (patch)
treebb85c65095f274ac21b5b92c9cab2df7e7bb51a0 /bfd/coffcode.h
parent963248cde46ae81eab0e9b978c86cdfebc59a61c (diff)
downloadbinutils-redhat-de9be0340d198704ea6474a1d34f2a02b2e78723.tar.gz
oops - fix typo
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 81478e0da4..0fbaa97d41 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -1856,7 +1856,7 @@ coff_set_alignment_hook (bfd * abfd ATTRIBUTE_UNUSED,
if (hdr->s_flags & IMAGE_SCN_LNK_NRELOC_OVFL)
{
struct external_reloc dst;
- struct internal_reloc an;
+ struct internal_reloc n;
file_ptr oldpos = bfd_tell (abfd);
bfd_size_type relsz = bfd_coff_relsz (abfd);