diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-25 21:05:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-25 21:05:49 +0000 |
commit | d6074cddec836e54512c45280ddcad51e9853505 (patch) | |
tree | 1c1afa576193f10b21da258e3721436e63ce3017 /bfd/ecoff.c | |
parent | 626f883f94be40ee68ef2ec0cb6da1d948207384 (diff) | |
download | gdb-d6074cddec836e54512c45280ddcad51e9853505.zip gdb-d6074cddec836e54512c45280ddcad51e9853505.tar.gz gdb-d6074cddec836e54512c45280ddcad51e9853505.tar.bz2 |
Fix last patch.
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r-- | bfd/ecoff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c index c99d724..821e75f 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -2132,6 +2132,7 @@ ecoff_sizeof_headers (abfd, reloc) { asection *current; int c; + int ret; c = 0; for (current = abfd->sections; |