From 9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 8 Aug 2002 06:38:19 +0000 Subject: Update. * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error message. --- elf/dl-load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/dl-load.c b/elf/dl-load.c index aabbf21128..dac06c0617 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -957,7 +957,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp, #else /* Uh-oh, the binary expects TLS support but we cannot provide it. */ - _dl_fatal_printf ("cannot handle file '%s' with TLS data", name); + _dl_fatal_printf ("cannot handle file '%s' with TLS data\n", name); #endif break; } -- cgit v1.2.3