summaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-04-26 06:01:20 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-04-26 06:01:20 +0000
commit80f497f3b3366c02eed0bdfa751f0c17fc83d417 (patch)
tree87d483cbae7c5340e92bbada8fc1b0f6427c480a /bfd/coffcode.h
parent32a3f03d708a60dc8e3c83d21381c318ca2eb6a9 (diff)
downloadgdb-80f497f3b3366c02eed0bdfa751f0c17fc83d417.tar.gz
typo fix in last change
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h2
1 files changed, 1 insertions, 1 deletions
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 = &current->next
+ abfd->section_tail = &current->next;
free (section_list);
}