Add missing \n character to end of warning message created by the previous delta
authorNick Clifton <nickc@redhat.com>
Thu, 12 May 2005 14:09:23 +0000 (14:09 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 12 May 2005 14:09:23 +0000 (14:09 +0000)
binutils/readelf.c

index c538dd84271d32482e63abf9179215937dd141d8..0ec295b456d6e11cd677cbaa659b4c3f730971b5 100644 (file)
@@ -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;
                }
 
This page took 0.029569 seconds and 4 git commands to generate.