diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-12 14:09:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-12 14:09:23 +0000 |
commit | 1ec742ac5e22f17977afb0edb785525ab0b8d5a4 (patch) | |
tree | b53ba9c4f80d3af5cd72eab95cd284012661c0f7 /binutils | |
parent | e013ee27c925f173a7e402fce26a2c75f78f9f40 (diff) | |
download | gdb-1ec742ac5e22f17977afb0edb785525ab0b8d5a4.zip gdb-1ec742ac5e22f17977afb0edb785525ab0b8d5a4.tar.gz gdb-1ec742ac5e22f17977afb0edb785525ab0b8d5a4.tar.bz2 |
Add missing \n character to end of warning message created by the previous delta
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index c538dd8..0ec295b 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; } |