From 7150d22a40ad79be5a73de899568aabc0b822406 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 26 Apr 2002 06:01:20 +0000 Subject: [PATCH] typo fix in last change --- bfd/coffcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 84269bd1cc..eadb8984be 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); } -- 2.11.0