Browse Source

typo fix in last change

binutils-2_13-branch
Alan Modra 25 years ago
parent
commit
fd55a5dffb
  1. 2
      bfd/coffcode.h

2
bfd/coffcode.h

@ -3014,7 +3014,7 @@ coff_compute_section_file_positions (abfd)
else
current->target_index = target_index++;
}
abfd->section_tail = &current->next
abfd->section_tail = &current->next;
free (section_list);
}

Loading…
Cancel
Save