aboutsummaryrefslogtreecommitdiff
path: root/bfd/osf-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/osf-core.c')
-rw-r--r--bfd/osf-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/osf-core.c b/bfd/osf-core.c
index 798c4b8..83d729f 100644
--- a/bfd/osf-core.c
+++ b/bfd/osf-core.c
@@ -124,7 +124,7 @@ osf_core_core_file_p (bfd *abfd)
flags = SEC_HAS_CONTENTS;
break;
default:
- _bfd_error_handler (_("Unhandled OSF/1 core file section type %d\n"),
+ _bfd_error_handler (_("unhandled OSF/1 core file section type %d"),
core_scnhdr.scntype);
continue;
}