aboutsummaryrefslogtreecommitdiff
path: root/bfd/oasys.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/oasys.c')
-rw-r--r--bfd/oasys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/oasys.c b/bfd/oasys.c
index 66cf8ef..d76e712 100644
--- a/bfd/oasys.c
+++ b/bfd/oasys.c
@@ -878,7 +878,7 @@ oasys_write_sections (bfd *abfd)
{
_bfd_error_handler
/* xgettext:c-format */
- (_("%B: can not represent section `%A' in oasys"), abfd, s);
+ (_("%pB: can not represent section `%pA' in oasys"), abfd, s);
bfd_set_error (bfd_error_nonrepresentable_section);
return FALSE;
}