2003-10-19 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index 5896a00b960ecd7e2132fd5208761329fdbaeda3..7f4063c2cb0580b2b97ce94d200407654144a6a3 100644 (file)
@@ -329,7 +329,7 @@ coff_section_from_bfd_index (abfd, index)
      bfd *abfd;
      int index;
 {
-  struct sec *answer = abfd->sections;
+  struct bfd_section *answer = abfd->sections;
 
   if (index == N_ABS)
     return bfd_abs_section_ptr;
This page took 0.023805 seconds and 4 git commands to generate.