summaryrefslogtreecommitdiff
path: root/bfd/elf32-m68k.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-25 13:09:37 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-25 13:09:37 +0000
commit6f1309f9e3ee99032115e072953285f01fb178b4 (patch)
tree3aaae0374d71c0e4a436b5490828a5ecfb34a62c /bfd/elf32-m68k.c
parent0e837eb46178ea23e37349931e962726e7844304 (diff)
downloadgdb-6f1309f9e3ee99032115e072953285f01fb178b4.tar.gz
* elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
Diffstat (limited to 'bfd/elf32-m68k.c')
-rw-r--r--bfd/elf32-m68k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-m68k.c b/bfd/elf32-m68k.c
index 7d5b0166095..b507fba466e 100644
--- a/bfd/elf32-m68k.c
+++ b/bfd/elf32-m68k.c
@@ -413,7 +413,7 @@ elf32_m68k_print_private_bfd_data (abfd, ptr)
fprintf (file, _(" [cpu32]"));
if (elf_elfheader (abfd)->e_flags & EF_M68000)
- fprintf (file, _ (" [m68000]"));
+ fprintf (file, _(" [m68000]"));
fputc ('\n', file);