diff options
author | John Gilmore <gnu@cygnus> | 1993-04-15 08:19:43 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-04-15 08:19:43 +0000 |
commit | b07d03ba16ac61403d407ace3b14f5640d6463e7 (patch) | |
tree | 38d5c0ec8d78e9bf8693ec256b912cceb073d0b1 /bfd/ieee.c | |
parent | 718584860105830ffd9a1afbd368e7cc57ab267d (diff) | |
download | binutils-gdb-b07d03ba16ac61403d407ace3b14f5640d6463e7.tar.gz |
Fix minor merge botch in prev change.
Diffstat (limited to 'bfd/ieee.c')
-rw-r--r-- | bfd/ieee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ieee.c b/bfd/ieee.c index 7e0a98aa481..f294088b0e0 100644 --- a/bfd/ieee.c +++ b/bfd/ieee.c @@ -847,8 +847,8 @@ DEFUN(ieee_slurp_sections,(abfd), { ieee_data_type *ieee = IEEE_DATA(abfd); file_ptr offset = ieee->w.r.section_part; - asection *section = (asection *)NULL; + char *name; if (offset != 0) { bfd_byte section_type[3]; |