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 | 6759977d9c226f8a29d5b085a3187c99494ec715 (patch) | |
tree | 6167577a52fd291d906a83dd3f5a6114540c0a74 /binutils | |
parent | a5e0235411c0f695eeff191febc9fc76390b6990 (diff) | |
download | binutils-redhat-6759977d9c226f8a29d5b085a3187c99494ec715.tar.gz |
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 c538dd8427..0ec295b456 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; } |