diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
commit | b7ed8fad53ae315fb8889fe91afc7a6373eea4db (patch) | |
tree | 62a6cb87b7fd9fe5519147addddcd423371c0da9 /bfd/coffcode.h | |
parent | 05df362ef603317ffe37cc985db1761999660710 (diff) | |
download | gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.zip gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.gz gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.bz2 |
formatting fix
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 05eba02..fce0491 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -4926,7 +4926,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols) for (; count++ < section->reloc_count;) *relptr++ = tblptr++; - } *relptr = 0; return section->reloc_count; |