* dbxread.c (process_one_symbol): Constify section_offsets parameter.
[deliverable/binutils-gdb.git] / binutils / coffgrok.c
index 97574e7d0ca475ec856ef0ea4c6b23fe180dd098..746edc1fad70cee99b9a4bad385a9a2c6a64095f 100644 (file)
@@ -736,7 +736,7 @@ coff_grok (bfd *inabfd)
   if (symcount < 0)
     bfd_fatal (abfd->filename);
   rawsyms = obj_raw_syments (abfd);
-  rawcount = obj_raw_syment_count (abfd);;
+  rawcount = obj_raw_syment_count (abfd);
   tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
 
   p = doit ();
This page took 0.026315 seconds and 4 git commands to generate.