Fix minor merge botch in prev change.

This commit is contained in:
John Gilmore 1993-04-15 08:19:43 +00:00
parent 7185848601
commit b07d03ba16
1 changed files with 1 additions and 1 deletions

View File

@ -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];