summaryrefslogtreecommitdiffstats
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-04-26 06:01:20 +0000
committerAlan Modra <amodra@gmail.com>2002-04-26 06:01:20 +0000
commitfd55a5dffb1d01e996ee08190487983ff4d974aa (patch)
treef981d364af42518926f2b8eddd06b858131b9fbc /bfd/coffcode.h
parentbfb01f370f0424ea56e50f6706358e5de34bc96a (diff)
downloadppe42-binutils-fd55a5dffb1d01e996ee08190487983ff4d974aa.tar.gz
ppe42-binutils-fd55a5dffb1d01e996ee08190487983ff4d974aa.zip
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 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 = &current->next
+ abfd->section_tail = &current->next;
free (section_list);
}
OpenPOWER on IntegriCloud