typo fix in last change

This commit is contained in:
Alan Modra 2002-04-26 06:01:20 +00:00
parent bfb01f370f
commit fd55a5dffb

View File

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