about summary refs log tree commit diff
path: root/sysdeps/s390/dl-irel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/dl-irel.h')
-rw-r--r--sysdeps/s390/dl-irel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/dl-irel.h b/sysdeps/s390/dl-irel.h
index d8ba7ba427..ecb24f0a9b 100644
--- a/sysdeps/s390/dl-irel.h
+++ b/sysdeps/s390/dl-irel.h
@@ -46,7 +46,7 @@ elf_irela (const ElfW(Rela) *reloc)
       *reloc_addr = value;
     }
   else
-    __libc_fatal ("unexpected reloc type in static binary");
+    __libc_fatal ("Unexpected reloc type in static binary.\n");
 }
 
 #endif /* dl-irel.h */