diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/obstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/obstack.c b/malloc/obstack.c index 7f9e24548b..aba21f9aac 100644 --- a/malloc/obstack.c +++ b/malloc/obstack.c @@ -410,7 +410,7 @@ print_and_abort (void) happen because the "memory exhausted" message appears in other places like this and the translation should be reused instead of creating a very similar string which requires a separate translation. */ - (void) __fxprintf (NULL, "%s\n", L"%s\n", _("memory exhausted")); + (void) __fxprintf (NULL, "%s\n", _("memory exhausted")); exit (obstack_exit_failure); } |