diff options
Diffstat (limited to 'binutils/coffgrok.c')
-rw-r--r-- | binutils/coffgrok.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 97574e7..746edc1 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 (); |