summaryrefslogtreecommitdiffstats
path: root/src/elflint.c
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-09-03 16:42:46 +0000
committerUlrich Drepper <[email protected]>2005-09-03 16:42:46 +0000
commite3f9b7db6c7361579ec5cc5eb5e414f7e93baeb6 (patch)
treecfd78459bef5ec9a464464dcafb48827eb32f3cc /src/elflint.c
parentd0449526a43807acf72cb5c9d5c1320290b9b914 (diff)
Cleanup of messages.
Diffstat (limited to 'src/elflint.c')
-rw-r--r--src/elflint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elflint.c b/src/elflint.c
index d91ac0f8..cf0f3ca4 100644
--- a/src/elflint.c
+++ b/src/elflint.c
@@ -361,7 +361,7 @@ check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size)
/* We currently don't handle any OS ABIs. */
if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE)
- ERROR (gettext ("unsupported OS ABI e_ident[%d] == \"%s\"\n"),
+ ERROR (gettext ("unsupported OS ABI e_ident[%d] == '%s'\n"),
EI_OSABI,
ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));