From 57f3d89e8a706e93ae1abc0a40f1df38d0f79bbf Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 25 Mar 2011 18:02:25 +0000 Subject: [PATCH] oops - fix typo --- bfd/coffcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 81478e0..0fbaa97 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); -- 2.7.4