aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/coffcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 84269bd..eadb898 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 = &current->next
+ abfd->section_tail = &current->next;
free (section_list);
}