diff options
author | 2015-08-12 04:32:43 -0700 | |
---|---|---|
committer | 2015-08-12 04:32:43 -0700 | |
commit | 1b7868733d45220e63b72a1814f30e090f761821 (patch) | |
tree | 3d24590c5f365841d2c9097339fa33b53f1a373a /bfd/ecoff.c | |
parent | Update Swedish translation in gprof. (diff) | |
download | binutils-gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.gz binutils-gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.bz2 binutils-gdb-1b7868733d45220e63b72a1814f30e090f761821.zip |
Remove trailing spaces in bfd
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r-- | bfd/ecoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c index a8ba28a30e6..a4aef63a8f3 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -876,7 +876,7 @@ _bfd_ecoff_slurp_symbol_table (bfd *abfd) return TRUE; internal = (ecoff_symbol_type *) bfd_alloc2 (abfd, bfd_get_symcount (abfd), - sizeof (ecoff_symbol_type)); + sizeof (ecoff_symbol_type)); if (internal == NULL) return FALSE; |