diff options
Diffstat (limited to 'bfd/oasys.c')
-rw-r--r-- | bfd/oasys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/oasys.c b/bfd/oasys.c index 7a01015..d3cd294 100644 --- a/bfd/oasys.c +++ b/bfd/oasys.c @@ -282,7 +282,7 @@ DEFUN(oasys_archive_p,(abfd), filepos = header.mod_tbl_offset; for (i = 0; i < header.mod_count; i++) { - bfd_seek(abfd , filepos, SEEK_SET); + bfd_seek(abfd, filepos, SEEK_SET); /* There are two ways of specifying the archive header */ |