diff options
author | Alan Modra <amodra@gmail.com> | 2002-04-26 06:01:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-04-26 06:01:20 +0000 |
commit | fd55a5dffb1d01e996ee08190487983ff4d974aa (patch) | |
tree | f981d364af42518926f2b8eddd06b858131b9fbc /bfd/coffcode.h | |
parent | bfb01f370f0424ea56e50f6706358e5de34bc96a (diff) | |
download | gdb-fd55a5dffb1d01e996ee08190487983ff4d974aa.zip gdb-fd55a5dffb1d01e996ee08190487983ff4d974aa.tar.gz gdb-fd55a5dffb1d01e996ee08190487983ff4d974aa.tar.bz2 |
typo fix in last change
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 2 |
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 = ¤t->next + abfd->section_tail = ¤t->next; free (section_list); } |