summaryrefslogtreecommitdiff
path: root/binutils/coffgrok.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/coffgrok.c')
-rw-r--r--binutils/coffgrok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c
index 97574e7d0c..746edc1fad 100644
--- a/binutils/coffgrok.c
+++ b/binutils/coffgrok.c
@@ -736,7 +736,7 @@ coff_grok (bfd *inabfd)
if (symcount < 0)
bfd_fatal (abfd->filename);
rawsyms = obj_raw_syments (abfd);
- rawcount = obj_raw_syment_count (abfd);;
+ rawcount = obj_raw_syment_count (abfd);
tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
p = doit ();