Lint stuff which didn't make it last time

This commit is contained in:
Steve Chamberlain
1992-06-22 16:07:05 +00:00
parent 3860075f3f
commit 800aef7c5c
2 changed files with 3 additions and 3 deletions

View File

@@ -899,8 +899,8 @@ DEFUN(coff_swap_scnhdr_out,(abfd, in, out),
*/
static boolean
DEFUN(coff_new_section_hook,(abfd_ignore, section),
bfd *abfd_ignore AND
DEFUN(coff_new_section_hook,(abfd, section),
bfd *abfd AND
asection *section)
{
section->alignment_power = abfd->xvec->align_power_min;