From: Nick Clifton Date: Thu, 12 May 2005 14:09:23 +0000 (+0000) Subject: Add missing \n character to end of warning message created by the previous delta X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec742ac5e22f17977afb0edb785525ab0b8d5a4;p=thirdparty%2Fbinutils-gdb.git Add missing \n character to end of warning message created by the previous delta --- diff --git a/binutils/readelf.c b/binutils/readelf.c index c538dd84271..0ec295b456d 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9192,7 +9192,7 @@ display_debug_lines (Elf_Internal_Shdr *section, case DW_LNS_extended_op: if (pointer_size == 0) { - warn (_("Extend line ops need a valid pointer size, guessing at 4")); + warn (_("Extend line ops need a valid pointer size, guessing at 4\n")); pointer_size = 4; }