From: Alan Modra Date: Fri, 26 Apr 2002 06:01:20 +0000 (+0000) Subject: typo fix in last change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd55a5dffb1d01e996ee08190487983ff4d974aa;p=binutils-gdb.git typo fix in last change --- diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 84269bd1ccc..eadb8984be8 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -3014,7 +3014,7 @@ coff_compute_section_file_positions (abfd) else current->target_index = target_index++; } - abfd->section_tail = ¤t->next + abfd->section_tail = ¤t->next; free (section_list); }